Interactive browser for testing Playwright locators and code against your existing Chrome session — no test runner needed.
- Node.js 18+
@playwright/cliinstalled globally:npm i -g @playwright/cli
- Playwright MCP Bridge Chrome extension: Install from Chrome Web Store
npm start- Click the Playwright MCP Bridge extension icon in Chrome to connect
- Open
http://localhost:7331in your browser - Write Playwright code using
page—async (page) => { ... } - Ctrl+Enter or click ▶ Run to execute
PORT=8080 npm startLets you test Playwright locators against a live page where you're already logged in, without restarting Chrome or managing auth state.