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

java.lang.ClassNotFoundException: org.openqa.selenium.remote.RemoteWebElement at net.bytebuddy.dynamic.loading.ByteArrayClassLoader.findClass(ByteArrayClassLoader.java:404) at java.lang.ClassLoader.loadClass(ClassLoader.java:418) at java.lang.ClassLoader.loadClass(ClassLoader.java:351) at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:756) at net.bytebuddy.dynamic.loading.ByteArrayClassLoader.access$300(ByteArrayClassLoader.java:57) at net.bytebuddy.dynamic.loading.ByteArrayClassLoader$ClassDefinitionAction.run(ByteArrayClassLoader.java:687) at net.by Java-Client-8.6.0 OS : Mac

## Description When i try to run the mobile app test cases using the below configurations then I'm facing multiple issues as mentioned in this ticket. - **appium-java-client 9.0.0 vs...

## Description Appium provides a way to use multiple locator startegies via `@HowToUseLocators` annotation. The default starategy is set to `LocatorGroupStrategy.CHAIN`, so if we want to use the alternative strategy...

enhancement

According to the NPM man page, npm gets its configuration information from 5 separate sources. When npm is launched on a *nix system without the user shell npm skips any...

Eventhough ffmpeg is installed in System and PATH variable is set, Appium throws this error. `org.openqa.selenium.WebDriverException: An unknown server-side error occurred while processing the command. Original error: ffmpeg.exe has not...

User side problem/problem of an external tool

## Description Trying to access driver.pushFile and it is not available when I try n type. Is it particular to the appium java client version? I downloaded 7.3.0. I have...

## Description Attempting to setup Appium in a KMM app, currently working on the Android side. Attempting to run a basic test results in the runtime error in the title...

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

bug

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

bug

## Description Starting winapp driver session fails after we upgraded Selenium to 4.8.1 and appium to 8.3.0. I am trying to launch windows desktop application. I followed documentation: [appium migrate...