browser-automation

Installation
SKILL.md

Browser Automation with Playwright MCP

This skill provides comprehensive patterns for browser automation using the Playwright MCP server. The Playwright MCP uses the accessibility tree for element interaction, which is more reliable and semantic than screenshot-based approaches.

Overview

Playwright MCP enables:

  • Reliable web navigation and page interactions
  • Form filling and data extraction
  • Element interaction via accessibility tree
  • Cross-browser testing automation
  • Network request monitoring and mocking

The MCP server runs via npx @playwright/mcp@latest and provides tools accessible through the Claude Code interface.

Navigation Patterns

Basic Navigation

Installs
1
GitHub Stars
12
First Seen
7 days ago
browser-automation — code-yeongyu/sisyphus-private