Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
cdp_url / cdpUrl | str / string | Yes | The CDP WebSocket URL (e.g., "http://localhost:9222"). |
browser = await skyvern.connect_to_browser_over_cdp("http://localhost:9222")
page = await browser.get_working_page()
| Parameter | Type | Required | Description |
|---|---|---|---|
cdp_url / cdpUrl | str / string | Yes | The CDP WebSocket URL (e.g., "http://localhost:9222"). |
SkyvernBrowser