browse

Drive a headless browser to load URLs, interact with elements, and verify page state.

Updated Feb 28, 2026
One-click install
npx skills add https://github.com/Analog-Labs/pixelport-launchpad --skill browse-analog-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: browse
Source: https://github.com/Analog-Labs/pixelport-launchpad/tree/main/.agents/skills/gstack/browse
Command: npx skills add https://github.com/Analog-Labs/pixelport-launchpad --skill browse-analog-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates QA testing and site dogfooding by driving a headless browser to load URLs, interact with elements, verify page state, and capture evidence.

Core Features & Use Cases

  • Navigate any URL, interact with page elements, check states, and diff before/after actions.
  • Take annotated screenshots, verify responsive layouts, test forms and uploads, and handle dialogs.
  • Use for feature verification, deployment checks, and bug reporting with visual proof and diffs.

Quick Start

Use the browser skill to open a URL, perform a sequence of actions, and capture results with automated checks.

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 with a headless browser by driving it to load URLs, interact with elements, and verify page state. The skill executes deterministic scripts to perform deployment checks and feature verification safely.

Can I capture annotated screenshots for bug evidence during web testing?

Yes, you can capture annotated screenshots for bug evidence during web testing. The skill navigates URLs and records visual proof, including diffs before and after actions, to document page states and responsive layout behaviors.

Does this headless browser tool handle form submissions and file uploads?

Yes, this headless browser tool handles form submissions and file uploads. It drives page interactions to test forms, manage uploads, handle dialogs, and verify the resulting page state automatically for site dogfooding.

What is the best way to verify responsive layouts without a graphical interface?

The best way to verify responsive layouts without a graphical interface is using a headless browser. This approach loads URLs and checks page rendering states to ensure your site displays correctly across different viewport dimensions automatically.

Do I need to provide valid URLs for automated deployment checks?

Yes, you need to provide valid URLs for automated deployment checks. The skill performs safe URL validation before driving the headless browser to load pages, interact with elements, and verify feature deployment.

Why use deterministic script execution for web testing automation?

Use deterministic script execution for web testing automation to ensure consistent and repeatable QA results. By running predefined scripts in a headless browser, you reliably verify page states and capture evidence without manual intervention.