My Appium + selenium grid has been workin fine up until a few days ago. Now when i start my appium node it’ll register onto the local grid: However it no longer sends get status calls like before and the grid will mark it as down and clean it up as a stale session after some time or if you
Tag: appium
java.lang.ExceptionInInitializerError with AppiumFieldDecorator – JAVA, Cucumber, Appium
Hey all! I’m trying to set up an automation project using Cucumber & Appium for Mobile apps (iOS and Android both). I plan to write the project in JAVA and I use Gradle for implementing the desired dependencies. So I wrote a small project and for some reason it keeps failing with the following error…
MobileElement not exist in java-client 8.0.0
I can’t find a way to import MobileElement for code I copy after following this guide: https://www.youtube.com/watch?v=i1tQ1pjEFWw&t=1915s&ab_channel=edureka%21 in Appium for testing Android. But the recorded code has MobileElement, so I do the same by downloading libraries from this site: http:…
How to find an element by mobile xpath with Appium matching @text attribute with a regular expression (regex)?
I’m automating Android apps using Selenium-Appium (Java) and I got some difficult to address the following need: I have an element that doesn’t have any of ID or ACCESSIBILITY ID configured. But I’ve noticed that its value is a fixed pattern, a date, like “dd/MM/yyyy”. So, I need…
Appium – Pick Two days after a specific day of month
I am trying to pick two days after the current day of month. In my StepImplementation class, i wrote a function like this but it gives me an error: For my String day parameter, it shows me this error: Parameter count mismatch(found 1 expected 0) with step annotation : ‘pick two days after current day…
How to click search field in play store android appium?
enter image description hereI cant click google play store search field How can i click and sendkeys search field play store. Answer Make sure your driver is not null. Try to find the search field by CSS Like this: android.widget.EditText[*] Or android.widget.EditText[] Or by Xpath: //*[@value=’Uygulama…
how to convert findElementByAndroidUIAutomator in Page Factory Format for Appium
I am currently designing Appium Android framework based on page object and page Factory. I have a below line of code which uses “findElementByAndroidUIAutomator”. I wanted to convert it to page Factory format like below example. As I checked I didn’t not find any definite answers regarding t…
Appium – AUT is not installed
I am testing an iOS application (on a real device) and encountering the following error: It would be helpful if someone could point out why the Selenium is throwing this error. I am able to manually connect to the UFT Mobile device and it works fine. My code is: The partial stacktrace is attached here https:/…
Unable to open UIAutomatorviewer on Mac High Sierra
We have brand new MacBooks with High Sierra (10.13.6). Other system info: Java(TM) SE Runtime Environment 18.9 (build 11.0.1+13-LTS) JAVA_HOME: /Library/Java/JavaVirtualMachines/jdk-11.0.1.jdk/Contents/Home When tried to open Android UIAutomatorViwer we’re getting following error: /Library/Android/sdk/t…
How to automate Android 6.0 Date picker to set any date?
Can anyone help me on how to automate DatePicker in Android 6.0 using Appium and Java? I was able to automate it only for the current month dates. But I need to set the date for any date I am passing to the method. Answer I have finally solved this. What I did was from the date picker I have