Skip to main content

Documentation Index

Fetch the complete documentation index at: https://skyvern.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Connect to any browser running with Chrome DevTools Protocol (CDP) enabled, whether local or remote.
browser = await skyvern.connect_to_browser_over_cdp("http://localhost:9222")
page = await browser.get_working_page()

Parameters

ParameterTypeRequiredDescription
cdp_url / cdpUrlstr / stringYesThe CDP WebSocket URL (e.g., "http://localhost:9222").

Returns SkyvernBrowser