Chrome browser is not able to navigate to any site in appium

前端 未结 1 1621
没有蜡笔的小新
没有蜡笔的小新 2021-01-26 07:18

I just installed chrome.apk file in android emulator, and It seems to be installed successfully. But When I tried to execute the below script, Its open up the chrome browser in

1条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-26 07:41

    Actually I was also facing the same issue, after a long day search I came to know that the chrome driver need to be in compatible with the chrome browser present in your device. Check the details here:

    Chrome driver for respective browser version

    After that download the chrome driver which is suitable and replace it with the chrome driver present in the appium installed folder:

    \Appium\node_modules\appium\node_modules\appium-chromedriver
    

    In my case it is:

    C:\Program Files (x86)\Appium\node_modules\appium\node_modules\appium-chromedriver\chromedriver
    

    0 讨论(0)
提交回复
热议问题