There was an error while loading. Please reload this page.
1 parent 823f864 commit ad1509aCopy full SHA for ad1509a
1 file changed
README.md
@@ -166,9 +166,9 @@ chromium-browser \
166
```javascript
167
const browser = await chromium.launch({
168
headless: true,
169
- executablePath: BOTBROWSER_EXEC_PATH, // Absolute path to the BotBrowser executable
+ executablePath: BOTBROWSER_EXEC_PATH, // Absolute path to the BotBrowser executable
170
args: [
171
- `--bot-profile=${BOT_PROFILE_PATH}`, // Absolute or relative path to the bot profile
+ `--bot-profile=${BOT_PROFILE_PATH}`, // Absolute or relative path to the bot profile
172
'--proxy-server="socks5://127.0.0.1:8989"', // or: "socks5://usr:pwd@127.0.0.1:8989"
173
'--proxy-username="usr"',
174
'--proxy-password="pwd"',
0 commit comments