browse

Automate web testing with a headless Chromium browser via CLI.

5|1|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/jianshuo/Cathier --skill browse-jianshuo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: browse
Source: https://github.com/jianshuo/Cathier/tree/main/.claude/skills/gstack/browse
Command: npx skills add https://github.com/jianshuo/Cathier --skill browse-jianshuo

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates web browser interactions for quality assurance testing, site verification, and bug reporting, eliminating the need for manual testing and providing visual evidence.

Core Features & Use Cases

  • Automated Testing: Execute end-to-end user flows, verify deployments, and test features in a headless browser environment.
  • Bug Reporting: Capture annotated screenshots, console logs, and network requests to provide detailed evidence for bug reports.
  • Use Case: Test a new feature deployment by automating a user login flow, verifying the dashboard loads correctly, and taking a screenshot of the result to confirm success.

Quick Start

Use the browse skill to navigate to https://example.com and check if the main heading is visible.

Frequently Asked Questions about browse

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

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

Automated QA testing uses a headless Chromium browser to execute end-to-end user flows, verify deployments, and interact with page elements without manual input, capturing screenshots as visual evidence of the test result.

Can I capture console logs and network requests for bug reporting with Playwright?

Yes, bug reporting captures annotated screenshots, console logs, and network requests during browser automation to provide detailed visual and diagnostic evidence for issue reproduction and debugging.

Does this headless Chrome tool support responsive layout testing and visual diffing?

Responsive layout testing and visual diffing are supported, allowing the headless browser to verify UI rendering across different viewport sizes and compare screenshots to detect visual regressions in web applications.

How do I verify site deployments by automating navigation and state assertions?

Site verification automates browser navigation and executes state assertions to confirm that deployments load correctly, validating element visibility and user flow logic without requiring manual browser checks.

Do I need Playwright and Bun installed to run CLI-based web scraping and testing?

Yes, Playwright and Bun are required dependencies to run the command-line interface that controls the headless Chromium browser for executing automated web scraping, e2e testing, and AI-driven site verification tasks.

What is the best way to integrate AI for debugging and flow validation in browser automation?

AI-driven flow validation integrates with browser automation to debug user journeys, verifying site behavior by automating interactions and analyzing the resulting state and screenshots to confirm expected outcomes.