browser-automation
browser automation
What it does
- Use user-facing locators (getByRole, getByText) over CSS/XPath
- Never add manual waits - Playwright's auto-wait handles it
- Each test/task should be fully isolated with fresh context
- Screenshots and traces are your debugging lifeline
- Headless for CI, headed for debugging
- Anti-detection is cat-and-mouse - stay current or get blocked
- browser-automation
Requirements & configuration
- the framework war. Unless you need Puppeteer's stealth ecosystem or are
- Puppeteer - When: Chrome-only, need stealth plugins, existing codebase Note: 75% success rate at scale, but best stealth ecosystem
- puppeteer-extra-plugin-stealth - When: Need to bypass bot detection with Puppeteer Note: Gold standard for anti-detection
- When to use: Testing, any automation that needs reproducibility
- When You DO Need to Wait
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
browser-automation FAQ
What does the browser-automation skill do?
Browser automation powers web testing, scraping, and AI agent interactions. The difference between a flaky script and a reliable system comes down to understanding selectors, waiting strategies, and anti-detection patterns. Use user-facing locators (getByRole, getByText) over CSS/XPath Never add manual waits - Playwright's auto-wait handles it
What does browser-automation require?
the framework war. Unless you need Puppeteer's stealth ecosystem or are Puppeteer - When: Chrome-only, need stealth plugins, existing codebase Note: 75% success rate at scale, but best stealth ecosystem puppeteer-extra-plugin-stealth - When: Need to bypass bot detection with Puppeteer Note: Gold standard for anti-detection When to use: Testing, any automation that needs reproducibility When You DO Need to Wait
How do I install browser-automation?
Run: npx -y skills add https://github.com/sickn33/antigravity-awesome-skills --skill browser-automation --agent claude-code — the source lives at github.com/sickn33/antigravity-awesome-skills.
Maintain browser-automation?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[](https://getagentictools.com/skills/sickn33-antigravity-awesome-skills-browser-automation?ref=badge) npx agentictools info skills/sickn33-antigravity-awesome-skills-browser-automation The second line is the CLI lookup for this page — handy in READMEs and docs.