Getting below error while automating hybrid app
WebDriverException: Message: An unknown server-side error occurred while processing the command. Original error: No Chromedriver found that can automate Chrome ‘53.0.2785’.
See https://github.com/appium/appium/blob/master/docs/en/writing-running-appium/web/chromedriver.md for more details.
environment:
OS: Windows 10
Emulator: Android 7.0 Google play x86
Bindings: RobotFramework (Python)
From some blogs, I understood that from Android 7.0 onwards it uses chrome only for webview related stuff. Chrome version is 68.0XXXX and my chrome driver in appium is also updated one (it can be found under - C:\Users\XXXXXXX\AppData\Local\Programs\Appium\resources\app\node_modules\appium\node_modules\appium-chromedriver\chromedriver\win)
I request if anyone has solution to post here. Please let me know if you need any more info.
Thanks,
Sudhakar