assertVisible

suspend fun assertVisible(tag: String)

Asserts that an element matching the tag is present and visible in the UI.

This method has built-in waiting and will poll until the element appears or the timeout is reached.


suspend fun assertVisible(selector: Selector)

Asserts that an element matching the selector is present and visible in the UI.

Polling is built-in.