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 In my app after tapping on a specific area certain values are hidden (*****).In my test case I have to check whether after tapping the values are...

## 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 feature that...

## Description Just recently unable to enter text into a XCUIElementTypeSecureTextField on iOS as I consistently get `InvalidElementStateException: Error Domain=com.facebook.WebDriverAgent Code=1 "'"passwordTextField" SecureTextField' is not ready for a text input....

Please help, I'm getting error for below code **Code to reproduce:** import java.net.MalformedURLException; import java.net.URL; import org.openqa.selenium.WebElement; import org.openqa.selenium.remote.DesiredCapabilities; import io.appium.java_client.AppiumDriver; public class Registration_and_Login { static AppiumDriver driver; public static...

## Description I am trying to automate whatsapp web. I use actions class in Selenium webdriver in Java. I am able to click on click and write the message and...

## Description I am trying to test an activity that is essentially a "book" with a table of contents composed of multiple sections including texts, videos, and pictures. Whenever I...

## The problem I write the test script code for WECHAT APPLICATION group chat message to get the text message element from the double tab but it's not performing double...

## The problem Exception: org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://0.0.0.0:64451: The target server failed to respond Above said exception is been thrown after few...

## The problem I'm trying to use this driver2.execute("mobile:deepLink", ImmutableMap.of("url",reset_password_link,"package",)); ## Environment * Appium version (or git revision) that exhibits the issue: 1.15.1 * Last Appium version that did not...

## Description I'm trying to retrieve the text from an element on a iOS 12.4 app, using Java Client (v7.3.0) for Appium (v1.17.1), and iOS simulator. When I search for...