• Getting Started
  • Browser Configuration
  • Proxy Setting
  • Advanced Setting
  • Video Tutorial
  • FAQ
  • API

How to connect Puppeteer with Lalicat browser?

1. Start a browser profile API

http://127.0.0.1:18500/api/v1/profile/start?skiplock=true&profileId=F6321820-2002-4A19-A69E-0E99F376D912

Return:
{"status":"OK","value":"http://127.0.0.1:18500"}

2. Use the IP and port returned in Step1 to access: http://127.0.0.1:18500/json

Return a JSON string:

[{
   "description": "",
   "devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:18500/devtools/page/02F027712DE2BA4145EE36E931059659",
   "id": "02F027712DE2BA4145EE36E931059659",
   "title": "chrome-extension://dagmmllgpkkckbdaajfbgoggapbbdjjl/_generated_background_page.html",
   "type": "background_page",
   "url": "chrome-extension://dagmmllgpkkckbdaajfbgoggapbbdjjl/_generated_background_page.html",
   "webSocketDebuggerUrl": "ws://127.0.0.1:18500/devtools/page/02F027712DE2BA4145EE36E931059659"
}, {
   "description": "",
   "devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:18500/devtools/page/CDCACE037C559665B711BB9E7660F8EF",
   "faviconUrl": "https://browserleaks.com/favicon.ico",
   "id": "CDCACE037C559665B711BB9E7660F8EF",
   "parentId": "508D1161361C48BB30109B1B516B407F",
   "title": "https://googleads.g.doubleclick.net/pagead/html/r20210914/r20190131/zrt_lookup.html",
   "type": "iframe",
   "url": "https://googleads.g.doubleclick.net/pagead/html/r20210914/r20190131/zrt_lookup.html",
   "webSocketDebuggerUrl": "ws://127.0.0.1:18500/devtools/page/CDCACE037C559665B711BB9E7660F8EF"
}]

3. The webSocketDebuggerUrl returned in Step2 is the websocks protocol address of the Puppeteer connection with Lalicat browser.

get free trial

We Offer 3-Day Free Trial for All New Users

No Limitations in Features

By clicking "accept", you agree to use Cookies to optimize the information presented to you, and analyze the traffic of our website.
If you want to opt out of our cookies, please read our Cookie Policy for your guidance.