web-testing

Run functional tests, visual regression checks, accessibility audits, and responsive layout verification against web applications. Use when the agent needs to test or verify web application behavior.

MIT
Install
npx skills add browser-use/browser-skills --skill web-testing

Test web applications using the browser-use Python SDK. Run functional tests, compare screenshots for visual regressions, audit accessibility, and verify responsive layouts. Returns structured pass/fail output and supports parallel test execution.

bash
pip install browser-use-sdk

Prerequisites

Set your Browser Use API key before running any examples. Get one at cloud.browser-use.com.

bash
export BROWSER_USE_API_KEY=your_key

Reference

TopicReferenceUse for
Functional Testingfunctional-testing.mdClick flows, assertions, state verification, and regression testing
Visual Regressionvisual-regression.mdScreenshot comparison, layout drift detection, and visual diff workflows
Accessibility Testingaccessibility-testing.mdARIA labels, keyboard navigation, contrast checks, and WCAG compliance
Responsive Testingresponsive-testing.mdViewport sizes, mobile vs desktop behavior, and breakpoint verification
Performance Checksperformance-checks.mdPage load timing, Core Web Vitals, and network waterfall analysis
web-testing - Browser Skills