Package 

Interface ViewActionWatcherInterceptor

    • Method Summary

      Modifier and Type Method Description
      abstract Unit intercept(ViewAction viewAction, View view) Called to do some stuff before ViewAction.perform is actually called.
      • Methods inherited from class com.kaspersky.kaspresso.interceptors.watcher.view.ViewActionWatcherInterceptor

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • intercept

         abstract Unit intercept(ViewAction viewAction, View view)

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

        Parameters:
        viewAction - responsible for performing an interaction on the given View element.
        view - an Android View, on which viewAction is performed.