Emna Ayadi
Emna Ayadi

Reputation: 2460

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

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 ?

Expection

Here the jars i'm using :

enter image description here

Here appium log

enter image description here

Thanks for your help.

Upvotes: 1

Views: 4198

Answers (1)

noor
noor

Reputation: 3004

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

Upvotes: 1

Related Questions