Skip to main content

Create a Session

Start a remote browser session and get the CDP connection URL:
Output:

Connect with Playwright

Create a session and control it with Playwright via CDP:
Session creation takes 10-30 seconds. Set your HTTP client timeout to at least 60 seconds. The browser navigates to the URL asynchronously — wait for domcontentloaded before interacting.

Scrape with Playwright

Extract structured data from a page using Playwright selectors:
Output:

Browser Reference

Session parameters, lifecycle, and debugging

Browser Profiles

Standard and stealth browser modes