Skip to content

Commit 7c89496

Browse files
committed
fix chrmoe user data
1 parent 3d8a323 commit 7c89496

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ playwright install
108108
- `--dark-mode`: Enables dark mode for the user interface.
109109
3. **Access the WebUI:** Open your web browser and navigate to `http://127.0.0.1:7788`.
110110
4. **Using Your Own Browser(Optional):**
111-
- Set `CHROME_PATH` to the executable path of your browser and `CHROME_USER_DATA` to the user data directory of your browser.
111+
- Set `CHROME_PATH` to the executable path of your browser and `CHROME_USER_DATA` to the user data directory of your browser. Leave `CHROME_USER_DATA` empty if you want to use local user data.
112112
- Windows
113113
```env
114114
CHROME_PATH="C:\Program Files\Google\Chrome\Application\chrome.exe"
@@ -118,7 +118,7 @@ playwright install
118118
- Mac
119119
```env
120120
CHROME_PATH="/Applications/Google Chrome.app/Contents/MacOS/Google Chrome"
121-
CHROME_USER_DATA="~/Library/Application Support/Google/Chrome"
121+
CHROME_USER_DATA="/Users/YourUsername/Library/Application Support/Google/Chrome"
122122
```
123123
- Close all Chrome windows
124124
- Open the WebUI in a non-Chrome browser, such as Firefox or Edge. This is important because the persistent browser context will use the Chrome data when running the agent.

0 commit comments

Comments
 (0)