browserclaw
Deterministic browser automation with numbered element refs
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install browserclaw?โผ
Run `npx skills add idan-rubin/browserclaw --all -g -y` in your terminal to install the skill globally.
How does browserclaw automate browsers without selectors?โผ
It takes an accessibility snapshot where every interactive element gets a numbered ref like e3, then resolves that ref to one exact element via Playwright locators. No CSS selectors, XPath, or coordinate guessing needed.
Does browserclaw include its own AI agent?โผ
No. It is deliberately just the eyes and hands โ you bring your own model and agent loop, keeping full control over reasoning and decisions.
Can browserclaw handle iframes and popups?โผ
Yes. Elements inside cross-origin iframes get frame-prefixed refs, and it includes built-in handlers for native dialogs, multi-tab sessions, and page state inspection.
Do I need coding experience to use browserclaw?โผ
Basic TypeScript or JavaScript knowledge helps since it is an embeddable library, but the included skill file lets your agent drive it from plain-English requests.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core