browse

Drive a headless browser to navigate pages and verify interactions.

4|1|Updated Sep 13, 2023
One-click install
npx skills add https://github.com/louisfghbvc/mcp-leetcode-crawler --skill browse-louisfghbvc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: browse
Source: https://github.com/louisfghbvc/mcp-leetcode-crawler/tree/main/.agent/skills/browse
Command: npx skills add https://github.com/louisfghbvc/mcp-leetcode-crawler --skill browse-louisfghbvc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates web QA testing by providing a fast, headless browser to navigate URLs, interact with elements, and verify page state.

Core Features & Use Cases

  • Navigate any URL and interact with page elements to simulate user actions.
  • Verify page state, diff before/after actions, and capture annotated screenshots for debugging.
  • Check responsive layouts, test forms and uploads, handle dialogs, and assert element states across devices.

Quick Start

Open a URL with the browse skill and perform a simple interaction to validate the page state.

Frequently Asked Questions about browse

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

FAQPage Schema
How do I automate web QA testing with a headless browser?

Automate web QA testing by driving a headless browser to navigate URLs, interact with elements, and verify page state. It applies deterministic commands to simulate user actions for feature verification and regression checks.

Can I capture screenshots for bug reporting during regression checks?

Yes, capture annotated screenshots for bug reporting during regression checks. The skill verifies page state, diffs before and after actions, and records visual evidence to streamline debugging.

How do I test responsive layouts across different devices?

Test responsive layouts across different devices by driving the headless browser to navigate pages and assert element states. It simulates interactions to verify UI consistency on various screen sizes.

What web interactions can I verify for feature verification?

Verify web interactions for feature verification by navigating any URL, testing forms and uploads, handling dialogs, and checking element states. The skill applies deterministic commands to simulate these user actions accurately.

Does this headless browser require external dependencies to run?

No external dependencies are required to run this headless browser. It operates independently to navigate URLs, interact with elements, and verify page state for web QA testing.

Why use a headless browser for automated web testing instead of manual checks?

Use a headless browser for automated web testing to execute deterministic commands faster than manual checks. It navigates pages, diffs state changes, and captures annotated screenshots for reliable regression checks.