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.

Wrap an existing Playwright Page with Skyvern AI capabilities.
skyvern_page = await browser.get_page_for(existing_playwright_page)

Parameters

ParameterTypeRequiredDescription
pagePageYesAn existing Playwright Page object to wrap.

Returns SkyvernBrowserPage