Package 

Interface UiObjectLoaderProvider


  • 
    public interface UiObjectLoaderProvider
    
                        

    The interface to provide the functionality to load androidx.test.uiautomator.UiObject2 in case of its absence or stale.

    • Method Summary

      Modifier and Type Method Description
      abstract <T extends Any> T handleUiObjectAbsence(UiObjectInteraction interaction, Function0<T> action)
      • Methods inherited from class com.kaspersky.kaspresso.uiobjectloader.UiObjectLoaderProvider

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

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