gee_asset_manager icon indicating copy to clipboard operation
gee_asset_manager copied to clipboard

Chrome version too old for chrome driver

Open qAp opened this issue 4 years ago • 1 comments

Hi Got the following message when trying to upload:

selenium.common.exceptions.SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 89
Current browser version is 88.0.4324.146 with binary path /Applications/Google Chrome.app/Contents/MacOS/Google Chrome

Does this mean that geebam has a chromedriver that supports Chrome 89 but not the Chrome 88 that I currently have? If so, how do I install Chrome 89 and make geebam use it? I have installed Chrome Beta, which is version 89, but it appears that geebam is still trying to use the Chrome 88.

Thanks

qAp avatar Feb 03 '21 09:02 qAp

Hi,

I got a similar error but for a newer version of Chrome and ChromeDriver. See:

selenium.common.exceptions.SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 91 
Current browser version is 90.0.4430.85 with binary path C:\Program Files (x86)\Google\Chrome\Application\chrome.exe

Thus, I decided to downgrade ChomeDriver (see available versions here: https://chromedriver.chromium.org/downloads) to a similar version of my Chrome browser:

pip install chromedriver-binary==90.0.4430.24.0

After that, geebam worked perfectly.

npasqualotto avatar May 17 '21 13:05 npasqualotto