Skip to content

Tag: appium

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:…

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&#8…

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…

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:/…