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

### Do I have the most recent component updates? - [X] I use the most recent available driver/plugin and server versions ### Is the component officially supported by the Appium...

NeedsInfo

## Change list Closes #2181. ## Types of changes What types of changes are you proposing/introducing to Java client? _Put an `x` in the boxes that apply_ - [ ]...

## Description Not able to click on image locator **installed driver list** - [email protected] [installed (npm)] - [email protected] [installed (npm)] - [email protected] [installed (npm)] **installed plugin list** - [email protected] [installed...

Hello, I get an error when i try to use sendKey or clear functions on WebElement obtained with driver.findElement(new AppiumBy.ByAndroidViewTag("myTag")); WebElement network = driver.findElement(new AppiumBy.ByAndroidViewTag("myTag")); => ok, no error network.click();...

## Description Bug. The Appium is accessible over **HTTPS**. ``` curl https://:@:8443/status {"value":{"ready":true,"message":"The server is ready to accept new connections","build":{"version":"2.1.3"}}} ``` The tests are triggered with java property -Dappium.hub=**https**://user:pass@host:8443. When...

> > ## Description Please describe the issue. If it is a bug, please briefly describe the steps to reproduce and the actual vs expected behavior. If there is a...

NeedsInfo

### Do I have the most recent component updates? - [X] I use the most recent available driver/plugin and server versions ### Is the component officially supported by the Appium...

During shutdown, I encounter the following error: uncaughtException: write EPIPE ## Environment * Java client build version : 9.3.0 * Appium server version : 2.11.2 * Desktop OS/version : Mac...

## Description After this change on Java-client: https://github.com/appium/java-client/pull/2093 and on Selenium side: https://github.com/SeleniumHQ/selenium/commit/1b66415adf2bcce266d5acdd457378c4e6d07340. Our test fail when doing getContext(). ## Environment * Java client build version or git revision if...

NeedsInfo

## Description At the moment, the @WithTimeout annotation can only be applied to fields. Often when working with widgets, having the root element ready means that the inner elements will...