noise overlay
grid overlay

The AI Browser Automation Framework

Stagehand empowers developers to build repeatable browser automations with natural language and code.

npx create-browser-app

// Keep your Playwright code unchanged
page.goto("orderfood.com")
page.observe({
	instruction: "Find the search bar"
})
page.extract({
	instruction: "Extract the price of milk",
	schema: z.object({ price: z.number(), }),
})
page.act({
	action: "Click  'Add to cart'"
})
Made with ❤️ and 🤘 by Browserbase