0
votes

Appium version 1.14.1 did not support chrome browser latest version 76 and higher. I tried to find so many possible solutions but still, I'm not able to find any solution about this and finally, somehow I manage to downgrade chrome version in my mobile device and test run successfully. I'm attaching an image of the error log here for better understanding.

enter image description here

1

1 Answers

0
votes

Try explicitly specifying the desired chromedriver version during Appium installation:

npm install appium --chromedriver-version="76.0.3809.68"

For more information and troubleshooting tips see: