click

abstract fun click(scope: CoroutineScope, xpath: String): Deferred<Unit>

异步模拟用户点击由XPath指定的元素。

Return

一个 Deferred<Unit>,在操作完成后完成。如果元素未找到,Deferred将失败并抛出 NoSuchElementException

Parameters

scope

用于执行此操作的协程作用域。

xpath

需要点击元素的XPath。