Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions agent-cli/commands/attach.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ playwright-cli snapshot

## Browser extension

Connect to your existing browser tabs using the [Playwright Extension](https://chromewebstore.google.com/detail/playwright-mcp-bridge/mmlmfjhmonkocbjadbfplnigmagldckm). This lets you reuse your logged-in sessions, cookies, and installed extensions.
Connect to your existing browser tabs using the [Playwright Extension](https://chromewebstore.google.com/detail/playwright-extension/mmlmfjhmonkocbjadbfplnigmagldckm). This lets you reuse your logged-in sessions, cookies, and installed extensions.

<img src="/img/mcp/chrome-bridge-extension.png" width="662" height="427" alt="Playwright Extension in Chrome Web Store" />
<img src="/img/mcp/playwright-extension.png" width="662" height="427" alt="Playwright Extension in Chrome Web Store" />

```bash
# Attach to Chrome (default)
Expand Down
4 changes: 2 additions & 2 deletions mcp/configuration/browser-extension.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ Works with Chrome/Chromium with `--remote-debugging-port`, Edge, Electron apps,

## Connect via browser extension

The [Playwright Extension](https://chromewebstore.google.com/detail/playwright-mcp-bridge/mmlmfjhmonkocbjadbfplnigmagldckm) connects to your existing browser tabs, reusing your logged-in sessions, cookies, and installed extensions.
The [Playwright Extension](https://chromewebstore.google.com/detail/playwright-extension/mmlmfjhmonkocbjadbfplnigmagldckm) connects to your existing browser tabs, reusing your logged-in sessions, cookies, and installed extensions.

<img src="/img/mcp/chrome-bridge-extension.png" width="662" height="427" alt="Playwright Extension in Chrome Web Store" />
<img src="/img/mcp/playwright-extension.png" width="662" height="427" alt="Playwright Extension in Chrome Web Store" />

1. Install the extension in Chrome or Edge
2. Configure the MCP server:
Expand Down
Binary file removed static/img/mcp/chrome-bridge-extension.png
Binary file not shown.
Binary file added static/img/mcp/playwright-extension.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading