waitForSelector

abstract suspend fun waitForSelector(selector: String, timeoutMillis: Long = 0): Element

Waits for an element to exist. Returns as soon as it appears, not on a poll tick.