Top "Android-uiautomator" questions

The uiautomator testing framework lets you test your user interface (UI) efficiently by creating automated functional UI testcases that can be run against your app on one or more devices.

How can I get the parent of a view using uiautomator?

I'm trying to identify the parent view of an ui element so I can navigate through the UI freely. For …

android android-uiautomator
Set different minSdkVersion for testAndroid than for main app

Is it possible to set a different minSdkVersion for tests than for the app itself? I ask because I want …

android testing android-uiautomator
Where to see the xml file after "adb shell uiautomator dump view.xml"

I use command adb shell uiautomator dump view.xml to dump the UI hierarchy of current Android screen. Then, I …

android adb android-uiautomator
Providing delay between events in UiAutomator Android

How can I provide delay between event clicks in UiAutomator Android. First event is entering a url in EditText : new …

java android ui-automation android-uiautomator
How to run "adb commands" from UIAutomator

So I have a UIAutomator test script and I during the execution of the test I want it to run …

android scripting adb ui-automation android-uiautomator
Android testing: Waited for the root of the view hierarchy to have window focus

In Android Ui testing, I want to click on a spinner item in a dialog, but it pop up with …

android automated-tests android-uiautomator android-espresso
Testing Notifications in Android

My android app has a service which sends notifications to user based on parameters like number of runs of the …

android android-testing android-uiautomator
Unable to open UIAutomatorviewer on Mac High Sierra

We have brand new MacBooks with High Sierra (10.13.6). Other system info: JAVA Version: java version "11.0.1" 2018-10-16 LTS Java(TM) …

java selenium appium android-uiautomator detox
UiScrollable not work in Android uiautomator

Does anyone try the android UITesting framework UIAutomator? When I use the class UiScrollabl" to find some objects in a …

android android-uiautomator