What problem does it solve?
This Skill removes repetitive manual browser interactions by providing a minimal Chrome DevTools Protocol toolset to start Chrome, navigate pages, run page JavaScript, capture screenshots, and interactively select DOM elements for scraping or testing.
Core Features & Use Cases
- Start Chrome with profile: launch Chrome with or without your existing profile to preserve login state.
- Navigate and control pages: open URLs in the current or a new tab and drive page navigation programmatically.
- Evaluate JavaScript in-page: run single-expression or IIFE JavaScript in the page's async context to extract data or inspect the DOM.
- Visual evidence and selection: capture viewport screenshots and use an interactive element picker to obtain precise selectors.
- Use Case: efficiently scrape dynamic content, verify UI states for automated testing, or collect screenshots and DOM snapshots for bug reports.
Quick Start
Start a Chrome instance with your profile, navigate to the target site, evaluate a page expression to inspect the DOM, and capture a screenshot using the browser skill's scripts.