find With Timeout
abstract fun findWithTimeout(scope: CoroutineScope, rootXpath: String, timeout: Long, predicate: (CoroutineScope, String) -> Deferred<Boolean>): Deferred<String>
带超时的深度优先查找,匹配首个节点。
Parameters
timeout
超时时间(毫秒),超时后返回 null。