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

# new_page

Create a new page (tab) in the browser context.

<CodeGroup>
  ```python Python theme={null}
  page = await browser.new_page()
  ```

  ```typescript TypeScript theme={null}
  const page = await browser.newPage();
  ```
</CodeGroup>

Returns a `SkyvernBrowserPage` - a Playwright `Page` with AI methods added.
