-
- All Implemented Interfaces:
-
com.kaspersky.kaspresso.interceptors.watcher.kautomator.KautomatorWatcherInterceptor
public interface DeviceWatcherInterceptor implements KautomatorWatcherInterceptor<UiDeviceInteraction, UiOperation<UiDevice>, UiOperation<UiDevice>>
The derived from KautomatorWatcherInterceptor interface for intercepting (only watching) UiDeviceInteraction.perform and UiDeviceInteraction.check behavior.
-
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class com.kaspersky.kaspresso.interceptors.watcher.kautomator.DeviceWatcherInterceptor
interceptCheck, interceptPerform -
Methods inherited from class com.kaspersky.kaspresso.interceptors.watcher.kautomator.KautomatorWatcherInterceptor
equals, hashCode, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-