File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -139,23 +139,23 @@ Get the BotBrowser installer for your OS from the [Releases](https://github.com/
139139
140140** Windows (CMD):**
141141``` cmd
142- chrome.exe --no-sandbox --bot-profile="C:\\path\\to\\chrome137_win11_x64 .enc" --user-data-dir="%TEMP%\\botprofile_%RANDOM%"
142+ chrome.exe --no-sandbox --bot-profile="C:\\path\\to\\chrome139_win11_x64 .enc" --user-data-dir="%TEMP%\\botprofile_%RANDOM%"
143143```
144144
145145** macOS:**
146146``` bash
147147/Applications/Chromium.app/Contents/MacOS/Chromium \
148148 --no-sandbox \
149149 --user-data-dir=" $( mktemp -d) " \
150- --bot-profile=" /path/to/chrome137_win11_x64 .enc"
150+ --bot-profile=" /path/to/chrome139_win11_x64 .enc"
151151```
152152
153153** Ubuntu:**
154154``` bash
155155chromium-browser \
156156 --no-sandbox \
157157 --user-data-dir=" $( mktemp -d) " \
158- --bot-profile=" /path/to/chrome137_win11_x64 .enc"
158+ --bot-profile=" /path/to/chrome139_win11_x64 .enc"
159159```
160160
161161#### 2. [ Playwright] ( examples/playwright ) / [ Puppeteer] ( examples/puppeteer ) Examples
You can’t perform that action at this time.
0 commit comments