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

## Description I am trying to do a page factory initialization for Windows 10 elements. However, when I get to the page factory section it will fail. Here is Part...

## Description Because of add java-client dependency run test show duplicate class errors. **I try to** exclude duplicate parts in two ways as app build.gradle: just only [exclude group: 'commons-logging',...

` @AndroidFindAll(value = [AndroidBy(id = "button_tooltip", priority = 1), AndroidBy(id = "text_view_tooltip_ok", priority = 2)])` i defined element as above annotation, but when the ui displayed the second priority element,...

## Description When I try to extend from the MobileElement class, got a compilation error like reported here: https://discuss.appium.io/t/how-to-extend-mobileelement/21693 Do we have any way to extend from MobileElement? ## Environment...

Error message:" Original error: The JAVA_HOME location ' /Library/Java/JavaVirtualMachines/jdk-9.0.4.jdk/Contents/Home' must exist" Appium version: Appium-mac-1.19.1 Java verion: 9.0.4 Machine: Mac OS Catalina. Version 10.15.7. I manually set the JAVA_HOME variable in...

Description I am trying to run multiple test cases using testng. But everytime after 4 or 5 test cases I am getting "[ERROR] An unknown server-side error occurred while processing...

Hi everyone, Is there a way to attach the java client to an existing session? For javascript-wd driver there is an "attach" method which connects the driver to an existing...

**## Environment** * Java client build version: 7.2.0 * Appium server version: v1.18.3 * Mobile platform/version under test: Pixel_3_API_29 * Real device or emulator/simulator: emulator **## Details** Pom dependencies- io.appium...

## Description The following exception is thrown sometimes when I tried to call `getAvailableLogTypes()`. ``` org.openqa.selenium.UnsupportedCommandException: unknown command: Cannot call non W3C standard command while in W3C mode Build info:...

## The problem i am trying to generate the zip file in the target folder but i can't. maven build success (on my project folder -> mvn clean package -DskipTests=true)...