Unable to run Chrome browser on Android

Web test case run OK on Mac Desktop, and when I run on Android device below error happened.

=============== ROOT CAUSE =====================
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 ‘83.0.4103’. See appium/chromedriver.md at master · appium/appium · GitHub for more details. You could also try to enable automated chromedrivers download server feature

I followed the guide to download ChromeDriver 83.0.4103.39 and place in
/usr/local/lib/node_modules/appium, also fill in Appium Directory


but error still happen.

MacOS Catalina 10.15.5
Katalon Studio 7.5.5
Appium version 1.15.1
Android Chrome version 83.0.4103.101

Please help me fix this issue.

Hi @vfa.thuonglbl,

Please copy the chromedriver to this folder:
/usr/local/lib/node_modules/appium/node_modules/appium-chromedriver/chromedriver/mac

Thanks

2 Likes

Hi @duyluong
I copied to this folder and work like a charm.
Thank you so much.

1 Like

this solution,
before i use appium version 1.13.0, and katalon v7.6.2.
next im copy chromedriver in katalon and then open terminal direct to this folder, finally your paste chromedriver.

and fix.

thanks @duyluong :grin:

1 Like