Original error No Chromedriver found that can automate Chrome
Error:
WebDriverException: Message: An unknown server-side error occurred while processing the command. Original error: No Chromedriver found that can automate Chrome 'version_number'.
Command:
appium --allow-insecure chromedriver_autodownload
The above command will automatically download chrome driver version required to automate the Chrome browser in your device. When you are automating webviews in your Android application, the above command will download the required chrome driver version.
Tested in Appium server version 1.16.0
#appium #appiumError #nochromedriverfound #automation #automationtesting #chrome #selenium