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 have updated from 8.1.0 to 8.1.1 and i get the error "Could not start a new session" Switched back to 8.1.0 and it works again. Has something...

## Description I want to automate facial recognition in order. Can I do that with Appium?

question

@mykola-mokhnach @ayuryev I tested 8.0.0 Beta 2 which has a fix for #1575 and I have got the same cglib error with Java JDK 17.0.1 which is the LTS. Am...

## Description I'm running a simple unit tests for launching Appium server from the code with `Maven` and `Gradle`. Tests are running fine but I noticed logs related to `SLF4J`...

## Description Throughout the project Code Formatter is not in sync ## Details Please provide more details, if necessary. ## Code To Reproduce Issue [ Good To Have ] The...

## Description When we try to get the logs from manage().logs().get("logcat") we are getting 404 errors, till 7.5.1 version this method was working fine, but when we have switched to...

## Description I'm trying to use @FindAll with @iOSXCUITFindBy to find multiple IOS elements but it does not work. this code works: ```java @FindAll({ @FindBy(xpath = "//XCUIElementTypeSearchField"), @FindBy(xpath = "//XCUIElementTypeSearchField")...

**Source Code:** File appDir=new File("src"); File app=new File(appDir,"ApiDemos-debug.apk"); DesiredCapabilities cap=new DesiredCapabilities(); cap.setCapability("automationName", "uiautomator2"); cap.setCapability("device","Android"); cap.setCapability(CapabilityType.BROWSER_NAME, ""); cap.setCapability(CapabilityType.VERSION, "13"); cap.setCapability("app", app.getAbsolutePath()); cap.setCapability("deviceName","Pixel_33"); cap.setCapability("platformName","Android"); cap.setCapability("app-package", "com.example.android.contactmanager-1"); cap.setCapability("app-activity", ".ContactManager"); cap.setCapability("udid", "emulator-5554"); service.start(); AppiumDriverLocalService...

NeedsInfo

## The problem Cannot connect to appium server as its always getting an error of "Failed to create session. The session identified by b6c00d36-b450-44b7-b9b5-28362434fd1f is not known". Also tried connecting...

NeedsInfo

## Description I've just upgraded appium java-client from 7.6.0 to 8.1.1. Tests on AndroidDriver cannot get proper element value or text (element.getAttribute("value") | element.getText()). These methods returns only empty values....