Good morning all.
I want to start my test on my Android mobile, but I have the following error message.
“Unable to open browser with url: ‘https://www.XXX…’
… No Chromedriver found that can automate Chrome ‘81.0.4044’.”
Can you help me.
Thank’s
Good morning all.
I want to start my test on my Android mobile, but I have the following error message.
“Unable to open browser with url: ‘https://www.XXX…’
… No Chromedriver found that can automate Chrome ‘81.0.4044’.”
Can you help me.
Thank’s
You need to download chromedriver at this link: https://chromedriver.storage.googleapis.com/index.html?path=81.0.4044.138/ and copy to the appium folder.
Please follow this instrution: https://docs.katalon.com/katalon-studio/docs/running_application_mobile_browsers.html#troubleshoot-common-errors
@duyluong
Thank you.
I followed your instructions and copied to the directory C: \ Users \ AppData \ Roaming \ npm \ node_modules \ appium but it still doesn’t work, I still get the same error:
“Caused by: org.openqa.selenium.SessionNotCreatedException: Unable to create a new remote session. Please check the server log for more details. Original error: An unknown server-side error occurred while processing the command. Original error: No Chromedriver found that can automate Chrome ‘81.0.4044’. See https://github.com/appium/appium/blob/master/docs/en/writing-running-appium/web/chromedriver.md for more details. You could also try to enable automated chromedrivers download server feature”