No chromedriver found that can automate chrome 83.0.4103

Trying to run through Mobile Device Manager and getting this error, what needs to be done?
“Encountered internal error running command: Error: No Chromedriver found that can automate Chrome ‘83.0.4103’. You could also try to enable automated chromedrivers download as a possible workaround.”

Hi @mironb

Check this configuration steps can help

Studio - Configuration Steps (uipath.com)

You’re probably running your own instance of Appium. Try running Appium with chrome autodownload:

appium --allow-insecure chromedriver_autodownload
1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.