ilpersi/BHBot

Chromium installation location?

Opened this issue · 2 comments

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

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

You can specify

  • the chromedriver location using chromeDriverExePath parameter
  • the chromium folder path using the chromiumExePath
  • the data directory for chrome profiles (if you plan to run multiple versions) with the userDataDir

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"

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