java-client
java-client copied to clipboard
Java language binding for writing Appium Tests, conforms to W3C WebDriver Protocol
## Description I started using 7.3.0 ver of java-client and noticed that AppiumFieldDecorator is not supporting the @iOSXCUITFindBy annotation. An element in my page loaded few seconds(3s) after the page...
android-OptionsPickerView https://github.com/Bigkoo/Android-PickerView can‘t get it’s options
Hi guys, I have installed the AppiumJavaClient 8.3.0 version and trying to use the WebDriverWait / FluentWait object. To do this I have used the **import org.openqa.selenium.support.ui.FluentWait** command. But, instead...
I want to do drag and drop operation on an android mobile browser. Below are the dependencies I have in pom for selenium and appium org.seleniumhq.selenium selenium-java 3.141.59 io.appium java-client...
I want to record a video of the emulator screen, and if possible add it to the Allure report. In the documentation I found the recording functions: https://appium.io/docs/en/commands/device/recording-screen/start-recording-screen/ http://appium.io/docs/en/commands/device/recording-screen/stop-recording-screen/ Added...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior In my system the appium is working fine on only one...
## Description now I'm using remote path to upload recording video. but, sometime exception occurs when uploading video default value of timeout is 5000ms so i wanna change timeout, how...
## Description I am trying to push a zip file of 900 MB size to my Android device. Command: `driver.pushFile("/sdcard/Android/data/com.example.demoapp/files/file.zip", new File("C:\\Users\\rajdeep.dodiya\\resources\\apk\\file.zip"))` I am getting the below error: ``` uncaughtException:...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Suppose we have 2 locators to look up a widget and...