The following features are currently experimental:
Proxies
CAPTCHA Solving
If you run into any issues, please report back to us through mail or use support center on the bottom right.
Use the websocket_url field of the response from this endpoint to connect to the browser session using frameworks like playwright.
Connect to browser using websocket url
Copy
from playwright.async_api import async_playwrightasync with async_playwright() as playwright: browser = await playwright.chromium.connect_over_cdp(websocket_url)