-
- All Implemented Interfaces:
-
com.kaspersky.kaspresso.interceptors.behavior.BehaviorInterceptor,com.kaspersky.kaspresso.interceptors.behavior.WebBehaviorInterceptor,com.kaspersky.kaspresso.systemsafety.SystemDialogSafetyProvider
public final class SystemDialogSafetyWebBehaviorInterceptor implements WebBehaviorInterceptor, SystemDialogSafetyProvider
The implementation of WebBehaviorInterceptor and SystemDialogSafetyProvider interfaces. Provides system dialog safety functionality for Web.WebInteraction.perform and Web.WebInteraction.check calls.
-
-
Constructor Summary
Constructors Constructor Description SystemDialogSafetyWebBehaviorInterceptor(UiTestLogger logger, UiDevice uiDevice, AdbServer adbServer)
-
Method Summary
Modifier and Type Method Description <T extends Any> Tintercept(Web.WebInteraction<?> interaction, Function0<T> action)Wraps the given action invocation with the system dialog safety. -
Methods inherited from class com.kaspersky.kaspresso.interceptors.behavior.BehaviorInterceptor
equals, hashCode, toString -
Methods inherited from class com.kaspersky.kaspresso.interceptors.behavior.impl.systemsafety.SystemDialogSafetyWebBehaviorInterceptor
passSystemDialogs -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
SystemDialogSafetyWebBehaviorInterceptor
SystemDialogSafetyWebBehaviorInterceptor(UiTestLogger logger, UiDevice uiDevice, AdbServer adbServer)
-
-
-
-