-
- All Implemented Interfaces:
-
com.kaspersky.kaspresso.interceptors.watcher.kautomator.KautomatorWatcherInterceptor
public interface ObjectWatcherInterceptor implements KautomatorWatcherInterceptor<UiObjectInteraction, UiOperation<UiObject2>, UiOperation<UiObject2>>
The derived from KautomatorWatcherInterceptor interface for intercepting (only watching) UiObjectInteraction.perform and UiObjectInteraction.check behavior.
-
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class com.kaspersky.kaspresso.interceptors.watcher.kautomator.ObjectWatcherInterceptor
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
-
-