Package 

Interface KautomatorWatcherInterceptor

    • Method Summary

      Modifier and Type Method Description
      abstract Unit interceptCheck(Interaction interaction, Assertion assertion) Called to do some stuff before UiInteraction.check is actually called.
      abstract Unit interceptPerform(Interaction interaction, Action action) Called to do some stuff before UiInteraction.perform is actually called.
      • 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
    • Method Detail

      • interceptCheck

         abstract Unit interceptCheck(Interaction interaction, Assertion assertion)

        Called to do some stuff before UiInteraction.check is actually called.

        Parameters:
        interaction - a Kautomator UiInteraction on which assertion is performed
        assertion - responsible for performing an activity (assertion) on the given interaction
      • interceptPerform

         abstract Unit interceptPerform(Interaction interaction, Action action)

        Called to do some stuff before UiInteraction.perform is actually called.

        Parameters:
        interaction - a Kautomator UiInteraction on which action is performed
        action - responsible for performing an activity (action) on the given interaction