Skills2026年4月7日·1 分钟阅读

Stagehand — AI-Powered Browser Automation SDK

TypeScript SDK that lets you automate browsers using natural language and visual understanding. AI sees the page like a human does. Built on Playwright. 10,000+ GitHub stars.

介绍

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.


Quick Start

npm install @browserbasehq/stagehand
const 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+

🙏

来源与感谢

Created by Browserbase. Licensed under MIT.

stagehand — stars 10,000+

讨论

登录后参与讨论。
还没有评论,来写第一条吧。

相关资产