-
- All Implemented Interfaces:
-
com.kaspersky.kaspresso.interceptors.behaviorkautomator.KautomatorBehaviorInterceptor
public interface ObjectBehaviorInterceptor implements KautomatorBehaviorInterceptor<UiObjectInteraction, UiOperation<UiObject2>, UiOperation<UiObject2>>
The derived from KautomatorBehaviorInterceptor interface for intercepting UiObjectInteraction.perform and UiObjectInteraction.check behavior.
-
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class com.kaspersky.kaspresso.interceptors.behaviorkautomator.ObjectBehaviorInterceptor
interceptCheck, interceptPerform -
Methods inherited from class com.kaspersky.kaspresso.interceptors.behaviorkautomator.KautomatorBehaviorInterceptor
equals, hashCode, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-