From bd0c2625f8725b3d2528be62d2d761cf50ba65b9 Mon Sep 17 00:00:00 2001 From: zichen0116 <160379708+zichen0116@users.noreply.github.com> Date: Tue, 5 May 2026 11:26:04 +0800 Subject: [PATCH] docs(readme): add windows profile refresh command --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index b512bf6..dd100d4 100644 --- a/README.md +++ b/README.md @@ -73,10 +73,19 @@ Install Chrome for your platform: ### Profile refresh To refresh cookies from your main Chrome profile: + +On macOS/Linux: + ```bash rm -rf .chrome-profile ``` +On Windows PowerShell: + +```powershell +Remove-Item -LiteralPath .chrome-profile -Recurse -Force +``` + ## Resources - [Stagehand Documentation](https://github.com/browserbase/stagehand)