Inspect web page elements using browser automation tools. Helps identify selectors, attributes, and structure for automated testing and web scraping.
Inspect web page elements to extract CSS/XPath selectors, attributes, and accessibility info for automated testing and web scraping.
/plugin marketplace add anton-abyzov/specweave/plugin install sw-docs@specweaveInspect web page elements using browser automation tools. Helps identify selectors, attributes, and structure for automated testing and web scraping.
/sw-ui:ui-inspect <url> [options]
--selector <selector> - Target a specific CSS selector--screenshot - Capture screenshot of the inspected page--headless - Run browser in headless mode (default: true)--browser <browser> - Choose browser: chromium, firefox, webkit (default: chromium)/sw-ui:ui-inspect https://example.com --selector "button.submit"
/sw-ui:ui-inspect https://example.com --screenshot
/sw-ui:ui-inspect https://example.com --headless=false
Provides:
/sw-ui:ui-automate - Create automated browser workflows/sw-testing:e2e-setup - Set up E2E testing framework