We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e059d46 commit e924edeCopy full SHA for e924ede
README.md
@@ -19,6 +19,10 @@ To add chromedriver to PATH, follow this tutorial:
19
https://zwbetz.com/download-chromedriver-binary-and-add-to-your-path-for-automated-functional-testing/
20
21
# 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
26
In a terminal, execute start_bot.py with the appropiate arguments.
27
```
28
usage: start_bot.py [-h] -e EMAIL -p PASSWORD -l LINK [-H HEADLESS] [-L LIMIT]
0 commit comments