*** title: Browser Navigation description: 'Page and context movement, loading, and page creation.' --------------------------------------------------------------------- Page and context movement, loading, and page creation. ## Support Matrix | Capability | Playwright | Puppeteer | Stagehand | | ----------------------------------------------------- | ---------- | --------- | --------- | | [`page.goto`](./page-goto) | Yes | Yes | Yes | | [`page.reload`](./page-reload) | Yes | Yes | Yes | | [`page.waitForLoadState`](./page-wait-for-load-state) | Yes | | Yes | | [`context.newPage`](./context-new-page) | Yes | | | | [`context.pages`](./context-pages) | Yes | | | ## Capabilities * [`page.goto`](./page-goto) - Navigate the active page to a URL. * [`page.reload`](./page-reload) - Reload the active page. * [`page.waitForLoadState`](./page-wait-for-load-state) - Wait for the page to reach a specific load state. * [`context.newPage`](./context-new-page) - Open a new page in the current browser context. * [`context.pages`](./context-pages) - List pages currently open in the browser context.