ElementNotFoundException


class ElementNotFoundException : Exception


Thrown when an element is not found after invoking androidx.test.uiautomator.onElement or androidx.test.uiautomator.onElements.

Summary

Public constructors

Inherited properties

From kotlin.Throwable

Public constructors

ElementNotFoundException

Added in 2.4.0-alpha04
ElementNotFoundException(msg: String? = null)