ilpersi / BHBot

A bot that automates a game called Bit Heroes
GNU General Public License v3.0
28 stars 32 forks source link

Chromium installation location? #172

Open nucleare2 opened 4 years ago

nucleare2 commented 4 years ago

Is there a way to change the configuration options to use a custom Chromium installation location?

ilpersi commented 4 years ago

Yes, you can do this using command-line arguments for the executable.

You can specify

Here is a sample of me running BHBot with Chrome 83 BHBot.exe chromeDriverExePath ".\chromedriver83.exe" chromiumExePath "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" userDataDir "./chrome83"

ilpersi commented 4 years ago

@nucleare2 is the answer I provided to you good enough? This information needs to be added to the documentation.