-
- All Implemented Interfaces:
-
com.kaspersky.kaspresso.uiobjectloader.UiObjectLoaderProvider
public final class UiObjectLoaderProviderImpl implements UiObjectLoaderProvider
The implementation of the UiObjectLoaderProvider interface.
-
-
Constructor Summary
Constructors Constructor Description UiObjectLoaderProviderImpl(UiTestLogger logger)
-
Method Summary
Modifier and Type Method Description <T extends Any> ThandleUiObjectAbsence(UiObjectInteraction interaction, Function0<T> action)Attempt to find androidx.test.uiautomator.UiObject2 in case of androidx.test.uiautomator.UiObject2 absence or stale -
-
Constructor Detail
-
UiObjectLoaderProviderImpl
UiObjectLoaderProviderImpl(UiTestLogger logger)
-
-
Method Detail
-
handleUiObjectAbsence
<T extends Any> T handleUiObjectAbsence(UiObjectInteraction interaction, Function0<T> action)
Attempt to find androidx.test.uiautomator.UiObject2 in case of androidx.test.uiautomator.UiObject2 absence or stale
-
-
-
-