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 working on real android device and my code was not working with uiautomator2 on chrome app but uiautomator is ok , i started getting error Matched...

## The problem when try to record video in real device iOS then i reinstall also ffmpeg by brew install ffmpeg the video is recorded by corrupted 0 byte it...

## Description I can start AppiumDriverLocalService in local but when run on Jenkin, i receive a error : io.appium.java_client.service.local.InvalidServerInstanceException: Invalid server instance exception has occured: The invalid appium node C:\windows\system32\config\systemprofile\AppData\Roaming\npm\node_modules\appium\build\lib\main.js...

User side problem/problem of an external tool

## The problem After upgrading to Appium 1.21.0 I have an issue Could not initialize class io.appium.java_client.remote.AppiumCommandExecutor ## Environment * Appium version (or git revision) that exhibits the issue: 1.21.0...

## Description PushFile Method is not shown in java client for both android and iOS drivers ## Environment * Java client build version or git revision if you use some...

## The problem Unable to update Setting "customSnapshotTimeout" ## Environment * Appium version (or git revision) that exhibits the issue:1.21.0 * Last Appium version that did not exhibit the issue...

Hi everyone! Can we use javascript executor commands for Android mobile testing using appium? I use [email protected] currently. And i get "method has not been implemented yet" message when use...

Using Mac2Driver with Java Client to automate Mac Desktop application. In one of the test steps, need to perform a scroll action before clicking on the element. Checked the documentation,...

## Description I'm using two instances of AppiumDriver in separate threads for automating a mobile app on two Android devices in parallel. When a test case fails on both the...

User side problem/problem of an external tool

appium java client 7.5.1 on windows platform appiume server:1.21.0, AppiumServiceBuilder serviceBuilder = new AppiumServiceBuilder(); ...... DesiredCapabilities caps = new DesiredCapabilities(); caps.setCapability("noSign", true); serviceBuilder.withCapabilities(caps); AppiumDriverLocalService server = AppiumDriverLocalService.buildService(serviceBuilder); server.start(); appium: error:...