browse

Automate web testing with a headless Chromium browser via Playwright and Bun.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates web browser interactions for testing, debugging, and verifying web application functionality, eliminating manual testing effort.

Core Features & Use Cases

  • QA Testing: Verify deployments, test user flows, and capture visual evidence for bug reports.
  • Site Dogfooding: Quickly test new features or user journeys in a controlled environment.
  • Use Case: Automatically log into your application, fill out a form, and verify that a success message appears, capturing a screenshot of the final state.

Quick Start

Use the browse skill to navigate to https://example.com and check if the page title is correct.

Frequently Asked Questions about browse

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

FAQPage Schema
How do I automate headless Chrome for e2e testing and user flow verification?

This Skill automates headless Chrome for e2e testing by providing a Playwright-backed Chromium interface to navigate pages, interact with elements, and verify application state. It captures visual evidence and console logs for debugging.

What's the best way to capture visual evidence during web scraping and QA testing?

The best way to capture visual evidence during QA testing is using this Skill to execute browser automation workflows that take screenshots of the final page state. It supports visual capture to document bug reports and verify deployments.

Do I need Playwright and Bun runtime to run headless browser automation scripts?

Yes, you need Playwright and the Bun runtime installed to execute headless browser automation scripts with this Skill. These dependencies are required to run the Chromium interface and process the automated testing logic.

Can I use browser automation to debug site dogfooding with console and network logs?

Yes, you can use browser automation to debug site dogfooding by capturing console and network logs during navigation. This Skill allows you to test new features in a controlled environment and debug via detailed network logs.

Does headless Chromium support state assertion for automated form submission testing?

Yes, headless Chromium supports state assertion for automated form submission testing by verifying that success messages appear after interaction. This Skill can automatically fill out forms, log in, and assert the resulting application state.