Skip to content

Commit e924ede

Browse files
authored
include chrome on port 9222
1 parent e059d46 commit e924ede

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ To add chromedriver to PATH, follow this tutorial:
1919
https://zwbetz.com/download-chromedriver-binary-and-add-to-your-path-for-automated-functional-testing/
2020

2121
# Starting the bot
22+
Start a Chrome instance on port 9222 with the command
23+
`Google\ Chrome --remote-debugging-port=9222 --user-data-dir=~/ChromeProfile`
24+
25+
2226
In a terminal, execute start_bot.py with the appropiate arguments.
2327
```
2428
usage: start_bot.py [-h] -e EMAIL -p PASSWORD -l LINK [-H HEADLESS] [-L LIMIT]

0 commit comments

Comments
 (0)