java-client
java-client copied to clipboard
Java language binding for writing Appium Tests, conforms to W3C WebDriver Protocol
Duplicate class io.netty.channel.epoll.AbstractEpollChannel found ## Environment Java client build version : 8.0.0-beta Os - Linux Platform - Android studio ## Details When i added the latest version dependency and after...
Currently, The tests use applications (like apkdemos and intent)which are very old for android. The applications need to be updated to the latest version so that it can be tested...
## Description Given the dependency on both selenium 4 and appium, when I try to build a DriverService object for AppiumDriver, the operation fails with the below exception : ```...
## Description I'm doing a migration from Appium 7.3 to 8.0, but I have problems with closing the app without terminating the driver session with driver.close(), but the error occurs...
The problem I'm trying to run Testng Test. I get an error. Environment Appium version (or git revision) that exhibits the issue: 1.7.1 Last Appium version that did not exhibit...
## Description Im getting org.openqa.selenium.UnsupportedCommandException: actions , exception when executing in BrowserStack environment for IOS devices . But while executing in local machine for IOS simulator same thing is working...
## Description In our test, we use HasSessionDetails to get some information related to the tested device, like device screen size and density for Android. While, when we switch from...
## The problem I am running appium version: 1.14.2 on my Mac machine (appium --port 4477) When I try to run a test against our iOS Hybrid app, after the...
The server is running [HTTP] Waiting until the server is closed [HTTP] Received server close event [Appium] Welcome to Appium v1.20.2 [Appium] Non-default server args: [Appium] relaxedSecurityEnabled: true [Appium] allowInsecure:...
## The problem We are trying to test a hybrid app and we are using webview to test the same . We recently upgraded the appium client from 7.1.0 to...