input

suspend fun input(tag: String, text: String)

Clears any existing text and inputs the provided text into the element matching the tag.

Automatically waits for visibility.


suspend fun input(selector: Selector, text: String)

Clears any existing text and inputs the provided text into the element matching the selector.

Automatically waits for visibility.