Take a screenshot of a web page
Captures web page screenshots with customizable viewport, format, and element selection options.
/plugin marketplace add The-Focus-AI/chrome-driver/plugin install chrome-driver@focus-marketplaceURL [OUTPUT] [--full-page] [--selector=CSS] [--format=png|jpeg]commands/Take a screenshot of a web page.
Parse the user's request and run:
${CLAUDE_PLUGIN_ROOT}/bin/screenshot URL [OUTPUT] [OPTIONS]
Options:
--full-page - Capture entire scrollable page--selector="CSS" - Capture specific element--format=png|jpeg|webp - Output format (default: png)--quality=N - JPEG/WebP quality 0-100 (default: 80)--width=N --height=N - Set viewport sizeIf no output path given, file saves to /tmp/screenshot-TIMESTAMP.png.
Examples:
${CLAUDE_PLUGIN_ROOT}/bin/screenshot https://example.com /tmp/page.png
${CLAUDE_PLUGIN_ROOT}/bin/screenshot https://example.com --full-page --format=jpeg
${CLAUDE_PLUGIN_ROOT}/bin/screenshot https://example.com --selector="article.main"