Stagehand is built on top of Playwright, so you can use Playwright methods directly through the Stagehand instance.Documentation Index
Fetch the complete documentation index at: https://stagehand-shrey-check-v3-metrics-docs.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
page and context
stagehand.page and stagehand.context are instances of Playwright’s Page and BrowserContext respectively. Use these methods to interact with the Playwright instance that Stagehand is using.
Stagehand v. Playwright
Below is an example of how to extract a list of companies from the AI Grant website using both Stagehand and Playwright.

