I have been working through some of the tutorials on Appium, to try & find out how to use the thing. I have been working on this one: http://www.automationtestinghub.com/first-appium-test-script/19
Here is my code:
AppiumDriver<MobileElement> driver = new AndroidDriver<MobileElement>(caps);
I have added java-client06.0.0-BETA2.jar to my build path.
When I try to run, I get this error: Exception in thread “main” java.lang.NoClassDefFoundError: com/google/common/base/Function
at tests.AppiumTest.main(AppiumTest.java:27)
Caused by: java.lang.ClassNotFoundException: com.google.common.base.Function
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
What am I missing?
created
Jan '18
last reply
Jan '18
- 2
replies
- 1.2k
views
- 2
users
- 1
like
- 2
links