browse

Automate headless browser interactions and screenshot comparisons for QA testing.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires selenium, puppeteer, playwright, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines QA testing and site dogfooding by providing a fast, headless browser environment for navigating, interacting with elements, and verifying page states.

Core Features & Use Cases

  • Headless Browser Operations: Navigate any URL, interact with elements, and verify page states without a GUI.
  • Screenshot and Comparison: Take annotated screenshots and compare before/after actions to check responsive layouts and test forms.
  • Use Case: When you need to quickly test a feature, verify a deployment, or file a bug with evidence.

Quick Start

Use the browse skill to navigate to 'https://example.com' and take a screenshot of the main content area.

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 operations for QA testing?

Headless browser QA testing is automated by navigating to URLs, interacting with elements like clicks and form submissions, and verifying page states without a GUI to streamline site testing workflows.

Can I capture and compare screenshots to verify responsive layouts?

Yes, screenshot comparison for QA allows you to capture annotated screenshots before and after user interactions, enabling you to visually verify responsive layouts and test forms effectively.

Does this site testing approach work with Selenium, Puppeteer, and Playwright?

Yes, this site testing approach integrates with Selenium, Puppeteer, and Playwright dependencies to drive headless browser actions, element interactions, and state verifications across different environments.

What is the best way to file a bug with visual evidence during site dogfooding?

The best way to file a bug with visual evidence during site dogfooding is to use a fast headless browser environment to navigate features, trigger interactions, and capture annotated screenshots of failures.

Do I need Python libraries to run headless browser automation for form submissions?

Yes, you need specific Python libraries for automation and a configured headless browser environment to execute actions like form submissions, clicks, and state verification during QA testing.