java-client
java-client copied to clipboard
Java language binding for writing Appium Tests, conforms to W3C WebDriver Protocol
## Description Hi, actually i can´t find getPerformanceData method from driver. I'm triying all classes and interfaces to instantiate and get that method, there isn't. Did you remove that method?...
Every time when I try to run the android test(IOS doesn't try), the test failed with the following errors ``` java.lang.ExceptionInInitializerError at com.example.tests.test.CheckWorking.testCheck(CheckWorking.java:10) Caused by: java.lang.IllegalArgumentException at com.example.tests.test.CheckWorking.testCheck(CheckWorking.java:10) ``` ##...
## Description HI, Im facing this issue of starting appium server programatically. I have gone through many other github threads about this same issue but to no luck. ## Environment...
[INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for TestProject:Test:jar:0.0.1-SNAPSHOT [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 27, column 12 [WARNING] [WARNING]...
Hi everyone. So I tried to install java-client to my Android Studio project like this guide:  I don't know why Jitpack, but anyway, so I did the same with...
## Description Hi, so I tried to import java-client to Android Studio. When I press debug, it showed me a bunch of errors that I don't know how to fix:...
## Description The variable name assigned to an IOSElement in Page Factory annotation is used to lookup the element instead of the actual annotation locator provided. Logs show `[HTTP] -->...
## Description On Android, when I'm attempting to call `getScreenshotAs(OutputType.BYTES)`, under certain situations, it fires: ``` java.lang.RuntimeException: Unexpected result for screenshot command: com.google.common.collect.Maps$TransformedEntriesMap instance at org.openqa.selenium.remote.RemoteWebDriver.getScreenshotAs(RemoteWebDriver.java:357) ``` This is running...
## Description When using the following code, each time the scroll goes roughly to the same place but not exactly, and there is no way to know exactly how much...
## The problem I am trying to get the Leaks trace for my iOS app, I m starting the log once app launches and before test starts command used is...