UiObjectNotFoundException
public class UiObjectNotFoundException extends Exception
| java.lang.Object | |||
| ↳ | kotlin.Throwable | ||
| ↳ | java.lang.Exception | ||
| ↳ | androidx.test.uiautomator.UiObjectNotFoundException |
Generated in test runs when a UiSelector selector could not be matched to any UI element displayed.
Summary
Public constructors |
|---|
UiObjectNotFoundException(@Nullable Throwable throwable) |
UiObjectNotFoundException( |
Inherited methods |
|---|
Public constructors
UiObjectNotFoundException
Added in 2.2.0
public UiObjectNotFoundException(@Nullable Throwable throwable)