> ## 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.

# get_page_for

Wrap an existing Playwright `Page` with Skyvern AI capabilities.

```python theme={null}
skyvern_page = await browser.get_page_for(existing_playwright_page)
```

## Parameters

| Parameter | Type   | Required | Description                                   |
| --------- | ------ | -------- | --------------------------------------------- |
| `page`    | `Page` | Yes      | An existing Playwright `Page` object to wrap. |

## Returns `SkyvernBrowserPage`
