chore: store channel profiles separately (#297)

This commit is contained in:
Pavel Feldman
2025-04-29 13:34:56 -07:00
committed by GitHub
parent 6efdc90078
commit 21d2f80fef
2 changed files with 6 additions and 6 deletions

View File

@@ -83,9 +83,9 @@ The Playwright MCP server supports the following command-line options:
Playwright MCP will launch the browser with the new profile, located at
```
- `%USERPROFILE%\AppData\Local\ms-playwright\mcp-chromium-profile` on Windows
- `~/Library/Caches/ms-playwright/mcp-chromium-profile` on macOS
- `~/.cache/ms-playwright/mcp-chromium-profile` on Linux
- `%USERPROFILE%\AppData\Local\ms-playwright\mcp-{channel}-profile` on Windows
- `~/Library/Caches/ms-playwright/mcp-{channel}-profile` on macOS
- `~/.cache/ms-playwright/mcp-{channel}-profile` on Linux
```
All the logged in information will be stored in that profile, you can delete it between sessions if you'd like to clear the offline state.