Back to Plugins
Playwright
Browser automation and end-to-end testing by Microsoft. Enables Claude to interact with web pages, take screenshots, fill forms, click elements, and perform automated browser testing workflows across Chromium, Firefox, and WebKit.
testingautomationbrowsere2eofficial
By Microsoft
Installation
claude plugins add playwright@claude-plugins-officialConfiguration
{
"enabledPlugins": {
"playwright@claude-plugins-official": true
}
}Commands
/playwright-testRun Playwright tests or create new test files/playwright-screenshotTake screenshots of web pages/playwright-traceRecord and analyze test traces/playwright-codegenGenerate test code from browser interactionsHow to install
- Open Claude Code in your terminal
- Run the installation command above
- The plugin will be enabled automatically
- Use the plugin's features in your Claude Code sessions