Package 

Interface AtomWatcherInterceptor

    • Method Summary

      Modifier and Type Method Description
      abstract Unit intercept(AtomProxy<?> atomProxy, Evaluation evaluation) Called to do some stuff before androidx.test.espresso.web.model.Atom.transform is actually called.
      • Methods inherited from class com.kaspersky.kaspresso.interceptors.watcher.view.AtomWatcherInterceptor

        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(AtomProxy<?> atomProxy, Evaluation evaluation)

        Called to do some stuff before androidx.test.espresso.web.model.Atom.transform is actually called.

        Parameters:
        evaluation - represents the results of a Javascript execution.