java-client
java-client copied to clipboard
Java language binding for writing Appium Tests, conforms to W3C WebDriver Protocol
## Description I have some problems with video recorder on ios. When I'm using "libx264" - video is saved completely, but sometimes i'm catching this in startRecordingScreen method: org.openqa.selenium.WebDriverException: An...
## Page Factory, Android Find By locator helper not initializing locators correctly in java client 7.3.0, works fine on 7.2.0. ## Environment Appium Java Client : 7.3.0 JDK : Open...
I'm using Appium AndroidDriver with Selenium WebDriver (Java) to automate my Power BI windows application. In one scenario after the particular click event New window will get opening up. I...
## Description I'm using AndroidDriver with Selenium WebDriver (Java) to automate my Power BI application, There was an issue in handling iframe inside the window. Able to achieve the same...
## Description Hello! While trying to run a test on Appium server I got this error: Failure [INSTALL_PARSE_FAILED_NO_CERTIFICATES: Failed to collect certificates from /data/app/vmdl1259306118.tmp/base.apk: META-INF/CERT.SF has invalid digest for javax/annotation/meta/Exclusive.java...
## Hello everyone I have my test automation script and when i run it on Windows. It works perfectly. But when i try to run it on MAC it fails...
## Description Getting the following Exception while **Unable to create a new remote session. Original error: okio.BufferedSource.readUtf8LineStrict(J)Ljava/lang/String;** In the following code appiumDriver = new AndroidDriver(new URL("http:/0:0:0:0:4723/wd/hub"), desiredCapabilities); Tried localhost and...
## The problem clickable=false, enable =true unable to click the element ## Environment * Desktop OS/version used to run Appium: 1.15.1 * Mobile platform/version under test: android 7.0 * Real...
## The problem I tried using the '[addLogcatMessagesListener](https://appium.github.io/java-client/io/appium/java_client/android/ListensToLogcatMessages.html)' for the appium Android Driver but it failed with an exception that it can not connect. Only after I looked into the...
## Description Unable to initialize the WebElement of Object Repository using "PageFactory.initElements(driver, this);" in constructor in Page Object class which inherits the driver from the base class, Throwing an java.lang.NullPointerException...