Unknown error: call function result missing 'value' Appium Hybrid App

后端 未结 3 1358
天涯浪人
天涯浪人 2021-01-25 14:24

I have ussue when Sending Keys to some field

driver.findElement(By.xpath(\"//*[@id=\\\"login-main\\\"]/a\")).click();
Thread.sleep(1000);
driver.findElement(By.         


        
3条回答
  •  渐次进展
    2021-01-25 14:58

    I found a solution how to fix the issue with updating the chrome driver to 2.36 It was to download the chromedriver version and to find out where is the "version of chromedriver" that is taken by Appium the path was

    C:\Users\Rosen\AppData\Local\Programs\appium-desktop\resources\app\node_modules\appium\node_modules\appium-chromedriver\chromedriver\win\chromedriver.exe
    

    and change it with the new version , so it fix the problem and stop telling me that there is an issue .

提交回复
热议问题