Quick Start
npm install @browserbasehq/stagehandconst stagehand = new Stagehand({ env: "LOCAL" });
await stagehand.init();
await stagehand.page.goto("https://example.com");
await stagehand.act({ action: "click the sign in button" });Overview
Stagehand is an AI-powered browser automation TypeScript SDK with 10,000+ GitHub stars. Describe actions in natural language — the AI understands the page visually and executes them. Built on Playwright. Best for browser automation that doesn't break when the UI changes.
Source & Thanks
Created by Browserbase. Licensed under MIT.
stagehand — stars 10,000+