browse

Drive a headless browser to navigate pages, interact with UI, and validate outcomes.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/mmunro3318/3d-render-pipeline --skill browse-mmunro3318
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: browse
Source: https://github.com/mmunro3318/3d-render-pipeline/tree/main/.claude/skills/gstack/browse
Command: npx skills add https://github.com/mmunro3318/3d-render-pipeline --skill browse-mmunro3318

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automating QA testing by driving a headless browser to navigate pages, perform interactions, and verify outcomes across modern web apps.

Core Features & Use Cases

  • Navigate to URLs, interact with UI elements, and verify page state.
  • Capture diffs between page states, and generate annotated screenshots for bug reports.
  • Test forms, uploads, and dialogs, with support for responsive layouts and accessibility snapshots.

Quick Start

Open a URL, interact with elements, and verify outcomes.

Frequently Asked Questions about browse

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate headless browser QA testing for web applications?

Automate headless browser QA testing by driving Playwright-based automation to navigate URLs, interact with UI elements, and verify page state across modern web apps.

Can I capture annotated screenshots and diffs during bug reproduction?

Yes, capture annotated screenshots and diffs during bug reproduction by navigating pages and interacting with UI elements to deterministically validate outcomes and generate visual reports.

Does Playwright automation support testing forms, uploads, and responsive layouts?

Playwright automation supports testing forms, uploads, and dialogs, with built-in capabilities for handling responsive layouts and capturing accessibility snapshots during QA verification.

What is the best way to verify feature outcomes through UI interactions?

The best way to verify feature outcomes is using deterministic headless browser automation to interact with UI elements, capture page state diffs, and validate expected results.

How does dogfooding web flows work with headless browser automation?

Dogfooding web flows with headless browser automation works by programmatically navigating pages and performing interactions to validate real user journeys and capture any UI discrepancies.