Method complexFind (String) undefined for type AndroidDriver

When using the method complexFind

with Appium Java Lib, I get the error:

Method complexFind(String)

is undefined for typeAppiumDriver

I tried other methods available in the Appium driver, but I couldn't use complexFind

.

Any idea what the problem is? I use:

  • Appium Version 1.2.0.1
  • Java 1.7.0
+3


source to share


1 answer


Complex search is no longer used in the Appium Java Lib!



It has been removed within the last month. See this giant post for details .

+2


source







All Articles