type

suspend fun type(selector: String, text: String, timeoutMillis: Long = 0)

Types text into the element matching selector, firing input and change events for framework binding.

Throws

ErrorCode.SELECTOR_NOT_FOUND if element does not appear before timeout.