-
public interface UiObjectLoaderProviderThe 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> ThandleUiObjectAbsence(UiObjectInteraction interaction, Function0<T> action)-
-
Method Detail
-
handleUiObjectAbsence
abstract <T extends Any> T handleUiObjectAbsence(UiObjectInteraction interaction, Function0<T> action)
-
-
-
-