browse

Drive a headless browser to automate QA testing against arbitrary URLs.

1|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/txema-puch/drone-ai-saturdays --skill browse-txema-puch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: browse
Source: https://github.com/txema-puch/drone-ai-saturdays/tree/main/.claude/skills/gstack/browse
Command: npx skills add https://github.com/txema-puch/drone-ai-saturdays --skill browse-txema-puch

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill accelerates QA by enabling automated navigation, interaction, and state verification against any URL, reducing manual testing time.

Core Features & Use Cases

  • Navigate to URLs, interact with elements (click, fill, type, upload), and verify page state.
  • Diff before/after actions and capture annotated screenshots for bug reports and evidence.
  • Test responsive layouts and UI flows across multiple pages, with built-in error handling and state preservation.

Quick Start

Assess a page by opening a URL, performing a simple interaction, and generating an evidence capture in minutes.

Frequently Asked Questions about browse

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

FAQPage Schema
How does state save and restore work when testing multiple pages in a headless browser?

State save and restore works by preserving the browser context and session data as you navigate across multiple pages. This ensures consistent state during interaction testing and allows you to resume workflows without repeating earlier steps.

Can I capture screenshots and perform diff-based change detection during web testing?

Yes, you can capture screenshots and perform diff-based change detection during web testing. The Skill captures annotated screenshots for evidence and compares page states before and after interactions to detect UI changes.

Does this headless browser tool support interaction testing for forms and responsive layouts?

Yes, this headless browser tool supports interaction testing for forms and responsive layouts. You can click, fill, type, and upload data while verifying UI flows and testing responsive designs across multiple pages with built-in error handling.

What is the best way to debug UI verification failures in an automated web testing workflow?

The best way to debug UI verification failures is using the Skill's extensible UI and headed handoff features. It switches from headless execution to a headed browser, preserving state for immediate manual debugging and evidence collection.

How does state save and restore work when testing multiple pages in a headless browser?

State save and restore works by preserving the browser context and session data as you navigate across multiple pages. This ensures consistent state during interaction testing and allows you to resume workflows without repeating earlier steps.