-
- All Implemented Interfaces:
-
com.kaspersky.components.kautomator.intercept.base.UiInterceptable,com.kaspersky.components.kautomator.system.UiSystemActions,com.kaspersky.components.kautomator.system.UiSystemAssertions
public class UiSystem implements UiSystemActions, UiSystemAssertions, UiInterceptable<UiDeviceInteraction, UiOperation<UiDevice>, UiOperation<UiDevice>>
Container class for UiAutomator action and assertions executing in the UiSystem.
-
-
Field Summary
Fields Modifier and Type Field Description private final UiDeviceInteractionDelegateviewpublic final static UiSystemINSTANCE
-
Method Summary
Modifier and Type Method Description final Unitinvoke(Function1<UiSystem, Unit> function)UiDeviceInteractionDelegategetView()-
Methods inherited from class com.kaspersky.components.kautomator.system.UiSystem
checkAction, checkAssertAction, checkBooleanAction, checkBooleanAction, click, drag, intercept, isScreenOn, openNotification, openQuickSettings, pressDelete, pressEnter, pressHome, pressMenu, pressRecentApps, pressSearch, reset, sleep, wakeUp -
Methods inherited from class com.kaspersky.components.kautomator.system.UiSystemActions
equals, hashCode, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-