Qagent-browser

Automate browser tasks via the agent-browser CLI with refs and snapshots.

6|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/inho-team/qe-framework --skill qagent-browser
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Qagent-browser
Source: https://github.com/inho-team/qe-framework/tree/main/skills/Qagent-browser
Command: npx skills add https://github.com/inho-team/qe-framework --skill qagent-browser

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Browser automation through a CLI to interact with web pages, fill forms, capture screenshots, and extract data, reducing manual testing and data collection effort.

Core Features & Use Cases

  • Open URLs, interact with elements via refs, click, fill, take snapshots, and extract data
  • Re-snapshot after navigation or DOM changes to maintain reliable context
  • Best suited for website testing, QA automation, data collection, and routine web interactions

Quick Start

Use agent-browser to open a URL, interact with elements via refs, and capture screenshots to automate a web task.

Frequently Asked Questions about Qagent-browser

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

FAQPage Schema
How do I automate web interactions like form filling and data extraction through a CLI?

Automate web interactions using the agent-browser CLI to open URLs, click elements via refs, fill forms, take snapshots, and extract data with deterministic steps. It supports routine web tasks and QA automation by executing reliable browser actions.

Why do browser automation scripts fail after dynamic page loads, and how can I maintain reliable context?

Dynamic DOM changes break browser automation context. Maintain reliable context by using re-snapshotting after navigation or DOM updates, ensuring element references stay accurate for subsequent interactions like clicking or data extraction.

What's the best way to perform visual verification on dynamic web pages during QA testing?

Perform visual verification on dynamic web pages by taking snapshots and capturing screenshots through a CLI. Re-snapshot after DOM changes to ensure visual state accuracy during automated QA testing and website navigation.

Does this browser automation approach support security measures like content boundaries and domain restrictions?

Yes, this browser automation approach implements security measures including content boundaries and domain restrictions. It executes deterministic steps for safe website navigation, form filling, and data scraping within defined security limits.

Can I use CLI browser automation for routine data collection from websites with complex DOM structures?

Yes, you can use CLI browser automation for data collection from complex DOM structures. It interacts with elements via refs and re-snapshots after DOM changes, maintaining reliable context for accurate data extraction across dynamic pages.