browser-devtools-cli
π―Skillfrom serkan-ozal/browser-devtools-skills
Automates web browser interactions using Playwright for testing, debugging, and extracting content via a powerful CLI tool.
Part of
serkan-ozal/browser-devtools-skills(9 items)
Installation
npm install -g browser-devtools-mcpSkill Details
Automates browser interactions using Playwright for web testing, debugging, and automation. Use when the user needs to navigate websites, take screenshots, fill forms, click elements, extract page content (HTML/text), audit accessibility (ARIA/AX tree), measure Web Vitals performance, monitor console logs and HTTP requests, mock API responses, execute JavaScript in browser, inspect React components, compare UI with Figma designs, or perform non-blocking debugging with tracepoints, logpoints, and exception monitoring.
More from this repository8
Debugs web web applications by inspconsoleecting messages,, tracing function and calls exceptions without breakingpoints. Human
Automates browser testing by navigating, interacting with web pages, filling forms, capturing content, and verifying UI behaviors using Browser DevTools CLI.
Enables comprehensive web application monitoring by tracking distributed traces, console logs, network requests, and performance metrics across frontend and backend services.
Validates and compares web page visual rendering across different browsers and configurations using automated screenshot comparison techniques.
Inspects and maps React components to DOM elements, helping developers quickly diagnose rendering issues and component interactions.
Performs comprehensive web page performance analysis using Web Vitals, network metrics, and SEO performance indicators.
Performs comprehensive web accessibility audits using ARIA snapshots, AX tree analysis, and WCAG validation checks.
Mocks and tests API integrations by simulating responses, intercepting requests, and monitoring network traffic.