java-client icon indicating copy to clipboard operation
java-client copied to clipboard

Java language binding for writing Appium Tests, conforms to W3C WebDriver Protocol

Results 202 java-client issues
Sort by recently updated
recently updated
newest added

## The problem When trying to init PageObjects classes with annotations like AndroidFindBy, i am unable to get past the `PageFactory.initElements(new AppiumFieldDecorator(androidDriver), this)`. Test will fail with illegal argument exception...

bug

Duplicate class org.openqa.selenium.SearchContext found in modules java-client-7.2.0.jar (com.github.appium:java-client:7.2.0) and selenium-api-3.141.59.jar (org.seleniumhq.selenium:selenium-api:3.141.59) Duplicate class org.openqa.selenium.WebDriver found in modules java-client-7.2.0.jar (com.github.appium:java-client:7.2.0) and selenium-api-3.141.59.jar (org.seleniumhq.selenium:selenium-api:3.141.59) Duplicate class org.openqa.selenium.WebDriver$ImeHandler found in modules java-client-7.2.0.jar (com.github.appium:java-client:7.2.0)...

Hi I took a look at this: [Appium Docs](http://appium.io/docs/en/drivers/mac/index.html) and found: "_Appium has beta support for automation of OS X desktop applications. Development of this driver happens at the appium-mac-driver,...

## Description When trying to run my mobile tests in parallel with TestNGCucumberRunner I get an `java.lang.IllegalArgumentException: Can not set io.appium.java_client.MobileElement` Is this is a bug or am I doing...

## Description After launching the first instance of the Appium driver, I get the following warning: ``` WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by...

I get this error when i run my android framework using port 8080, "it is impossible to create a new session because ' createsession' which takes httpclient, inputstream and long...

## Description Is it possible to change version of Java 8 to Java 11 for work project ? As i know now is support only Java 9.

question

## The problem Looks like Appium is looking for a tmp file to destroy, but is not finding it while trying to start the server - `rm: /tmp/deepak.start.74839` ## Environment...

Getting issue with starting appium server with following logs, please help! [31mio.appium.java_client.service.local.AppiumServerHasNotBeenStartedLocallyException: The local appium server has not been started. The given Node.js executable: /usr/local/bin/node Arguments: [/usr/local/lib/node_modules/appium/build/lib/main.js, --port, 14089, --address,...

## The problem Getting the below exception ``` java.lang.NoSuchMethodError: org.openqa.selenium.remote.http.HttpClient$Factory.createDefault()Lorg/openqa/selenium/remote/http/HttpClient$Factory; at io.appium.java_client.remote.AppiumCommandExecutor.(AppiumCommandExecutor.java:93) at io.appium.java_client.AppiumDriver.(AppiumDriver.java:95) at io.appium.java_client.ios.IOSDriver.(IOSDriver.java:92) at com.comcast.xfinity.scenarios.TestIOSDriver.TestSafariOnIOS(TestIOSDriver.java:53) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85) at...