Closed liukliukliuk closed 3 years ago
Chrome binary is the "chrome.exe" executable which you run when opening your local Chrome. To solve the issue, try the following:
gbd.py
, on line 240 after chrome_options = Options()
add the following line:
chrome_options.binary_location = r"PATH_TO_CHROME.EXE"
or, as in my case,
chrome_options.binary_location = r"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe"
now i get this…
now i get this…
This issue can be fixed by replacing chromedriver.exe
with an updated version found here.
message: unknown error: cannot find chrome binary