ViewNotFoundException


class ViewNotFoundException : Exception


Thrown when a view is not found after invoking androidx.test.uiautomator.onView or androidx.test.uiautomator.onViews.

Summary

Public constructors

Inherited properties

From kotlin.Throwable

Public constructors

ViewNotFoundException

Added in 2.4.0-alpha02
ViewNotFoundException(msg: String? = null)