docs: Fix the default path to User data directory (#290)

Fix the default path to User data directory
This commit is contained in:
zwmmm 2025-04-29 23:53:30 +08:00 committed by GitHub
parent 69703cc882
commit ad4147da54
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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-chrome-profile` on Windows
- `~/Library/Caches/ms-playwright/mcp-chrome-profile` on macOS
- `~/.cache/ms-playwright/mcp-chrome-profile` on Linux
- `%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
```
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.