browse

Drive Chromium browsers for deterministic QA testing with logging.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

QA teams and developers need reliable, repeatable browser testing without manual setup. This skill provides a ready-to-run Playwright-backed browser environment that records logs and supports deterministic testing scenarios.

Core Features & Use Cases

  • Deterministic browser runs: Launches headless or headed Chromium with the extension loaded for side-panel QA.
  • Observability: Captures console, network, and dialog events; supports state save/restore and multi-tab workflows.
  • Use case: Run automated UI checks on a single-page app across languages and capture artifacts like screenshots and traces.

Quick Start

Start a test session by launching the browser and executing test commands against a target URL.

Frequently Asked Questions about browse

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

FAQPage Schema
How do I automate UI regression testing with Playwright in a CI environment?

Automate UI regression testing by programmatically driving headless Chromium with deterministic state and built-in logging. You can execute navigation, inspection, and visual capture workflows that plug directly into local or CI test pipelines.

Can I capture console and network events during automated browser QA?

Yes, automated browser QA can capture console, network, and dialog events during execution. The environment provides observability features that support state save/restore and multi-tab workflows for comprehensive scenario validation.

Does this browser automation tool support cross-language testing for single-page apps?

Yes, the browser automation tool supports cross-language testing for single-page apps. It applies to automated scenario validation across local or CI environments, allowing you to run UI checks and capture artifacts like screenshots and traces.

What is the best way to set up deterministic browser runs for side-panel QA?

The best way to set up deterministic browser runs is by launching headless or headed Chromium with the extension loaded. This provides a ready-to-run Playwright-backed environment that records logs and supports repeatable testing scenarios.

How do I save and restore browser state during multi-tab QA testing workflows?

You can save and restore browser state during multi-tab QA testing workflows using the environment's built-in observability features. It supports state save/restore alongside multi-tab workflows to ensure deterministic and repeatable automated scenario validation.