| Claude Extension | Playwriter | |
| Agent support | Claude only | Any MCP client |
| Windows/WSL | No | Yes |
| Context method | Screenshots (100KB+) | A11y snapshots (5-20KB) |
| Playwright API | No | Full |
| Debugger | No | Yes |
| Live code editing | No | Yes |
| Network interception | Limited | Full |
| Raw CDP access | No | Yes |
screenshotWithAccessibilityLabels which overlays Vimium-style ref labels on interactive
elements. You get visual context with actionable references in one call.1234# Works with any MCP client, any agent playwriter session new playwriter -s 1 -e "snapshot({ page })" playwriter -s 1 -e "page.locator('button:has-text(\"Submit\")').click()"