browse

Drive a Playwright-based headless browser to navigate, interact, and verify page states.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/adryanmoldokkr32-pixel/gstack --skill browse-adryanmoldokkr32-pixel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: browse
Source: https://github.com/adryanmoldokkr32-pixel/gstack/tree/main/browse
Command: npx skills add https://github.com/adryanmoldokkr32-pixel/gstack --skill browse-adryanmoldokkr32-pixel

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Fast headless browser for QA testing and site dogfooding. Navigate any URL, interact with elements, verify page state, diff before/after actions, take annotated screenshots, check responsive layouts, test forms and uploads, handle dialogs, and assert element states.

Core Features & Use Cases

  • Automates QA testing by driving a headless browser to navigate, interact, and verify outcomes.
  • Supports diffing, annotated screenshots, responsive checks, and form testing across multiple pages.
  • Use during bug reproduction or feature validation to provide evidence for bug reports and deployments.

Quick Start

Install gstack, then run a first command such as goto https://example.com to begin.

Frequently Asked Questions about browse

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

FAQPage Schema
How do I automate QA testing with a headless browser?

Automate QA testing by driving a headless browser to navigate target URLs, interact with elements, and verify page state. It supports functional checks, visual diffs, regression testing, and dogfooding across user flows.

Can I take annotated screenshots for bug reproduction?

Yes, you can take annotated screenshots during bug reproduction or feature validation. The headless browser navigates the URL and captures visual evidence to provide context for bug reports and deployments.

Does Playwright support responsive layout checks and form testing?

Playwright supports responsive layout checks and form testing by driving a headless browser across multiple pages. You can test forms, handle dialogs, check responsive layouts, and assert element states.

Do I need the gstack CLI to run headless browser commands?

Yes, the gstack CLI is required to execute headless browser commands. After installing gstack, you can run commands like goto, snapshot, and screenshot to interact with target URLs.

What is the best way to diff page state before and after an action?

The best way to diff page state is using a headless browser to snapshot the page before and after user interactions. This visual diffing verifies outcomes and highlights regressions across user flows.