From ad4147da5493106b16f8be079090b501a24f9866 Mon Sep 17 00:00:00 2001 From: zwmmm Date: Tue, 29 Apr 2025 23:53:30 +0800 Subject: [PATCH] docs: Fix the default path to User data directory (#290) Fix the default path to User data directory --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d901479..b06a151 100644 --- a/README.md +++ b/README.md @@ -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.