-
public interface UiScreenActionsInterface with common actions for all UiAutomator screens
Provides basic actions that can be performed on each and every screen
-
-
Method Summary
Modifier and Type Method Description UnitpressBack()Simulates a short press on the BACK button. UnitwaitForWindowUpdate(String packageName, Long timeout)Waits for window update for specified package name UnitwaitForWindowUpdate(Long timeout)Waits for window update abstract UiDeviceInteractionDelegategetView()-
-
Method Detail
-
waitForWindowUpdate
Unit waitForWindowUpdate(String packageName, Long timeout)
Waits for window update for specified package name
-
waitForWindowUpdate
Unit waitForWindowUpdate(Long timeout)
Waits for window update
-
getView
abstract UiDeviceInteractionDelegate getView()
-
-
-
-