I got this selenium exception : Method has not yet been implemented while trying to run my tests using java and Appium

这一生的挚爱 提交于 2019-12-23 03:52:13

问题


I got this selenium exception :

org.openqa.selenium.WebDriverException : Method has not yet been implemented

while trying to run my tests using java and Appium and specially this error appear when i try to use touchAction and Tap() shall i add some jar file into the project or what ?

What is the origin of this error ?

Here the jars i'm using :

Here appium log

Thanks for your help.


回答1:


download java client 3.4.1 from here and add this to ur build path

http://mvnrepository.com/artifact/io.appium/java-client/3.4.1



来源:https://stackoverflow.com/questions/37293615/i-got-this-selenium-exception-method-has-not-yet-been-implemented-while-trying

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!