DpadViewActions
object DpadViewActions
Useful ViewAction for plain views
Functions
Link copied to clipboard
Note: this will only work if there's something else in your View hierarchy that can take focus
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun <T : View> waitForCondition(description: String, condition: (view: T) -> Boolean, timeout: Long = 2, timeoutUnit: TimeUnit = TimeUnit.SECONDS): ViewAction