Skip to content

Commit 920be2e

Browse files
authored
Update README.md
1 parent 35e9653 commit 920be2e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ BotBrowser is a cross-platform stealth browser designed to defeat modern antibot
129129
**Windows (CMD)**
130130

131131
```cmd
132-
chrome.exe --no-sandbox --bot-profile="C:\\path\\to\\chrome136_win11_x64.enc" --user-data-dir="%TEMP%\\botprofile_%RANDOM%"
132+
chrome.exe --no-sandbox --bot-profile="C:\\path\\to\\chrome137_win11_x64.enc" --user-data-dir="%TEMP%\\botprofile_%RANDOM%"
133133
```
134134

135135
**macOS**
@@ -138,7 +138,7 @@ chrome.exe --no-sandbox --bot-profile="C:\\path\\to\\chrome136_win11_x64.enc" --
138138
/Applications/Chromium.app/Contents/MacOS/Chromium \
139139
--no-sandbox \
140140
--user-data-dir="$(mktemp -d)" \
141-
--bot-profile="/path/to/chrome136_win11_x64.enc"
141+
--bot-profile="/path/to/chrome137_win11_x64.enc"
142142
```
143143

144144
**Ubuntu**
@@ -147,7 +147,7 @@ chrome.exe --no-sandbox --bot-profile="C:\\path\\to\\chrome136_win11_x64.enc" --
147147
chromium-browser \
148148
--no-sandbox \
149149
--user-data-dir="$(mktemp -d)" \
150-
--bot-profile="/path/to/chrome136_win11_x64.enc"
150+
--bot-profile="/path/to/chrome137_win11_x64.enc"
151151
```
152152

153153
> Use `--user-data-dir` with a unique temporary folder to avoid conflicts with any running Chromium instances. It ensures BotBrowser launches cleanly without interfering with your normal browser profiles.
@@ -161,7 +161,7 @@ const browser = await chromium.launch({
161161
executablePath: BOTBROWSER_EXEC_PATH, // Absolute path to the BotBrowser executable
162162
args: [
163163
`--bot-profile=${BOT_PROFILE_PATH}`, // Absolute or relative path to the bot profile
164-
'--proxy-server="socks5://127.0.0.1"',
164+
'--proxy-server="socks5://127.0.0.1:8989"',
165165
'--proxy-username=""',
166166
'--proxy-password=""',
167167
],

0 commit comments

Comments
 (0)