SkyvernBrowser with a live Playwright context.
Python uses
snake_case (e.g., launch_cloud_browser, get_working_page); TypeScript uses camelCase (e.g., launchCloudBrowser, getWorkingPage). Some features - form automation, iframe management, AILocator, and local browser launch - are Python-only and clearly marked below.Parameters
| Parameter (Python) | Parameter (TS) | Type | Required | Default | Description |
|---|---|---|---|---|---|
timeout | timeout | int / number | No | 60 | Session timeout in minutes (5–1440). |
proxy_location | proxyLocation | ProxyLocation | No | None / undefined | Geographic proxy location for browser traffic. |
Returns SkyvernBrowser
Cloud browser sessions are only available with
SkyvernEnvironment.CLOUD / .Cloud or SkyvernEnvironment.STAGING / .Staging.
