contextClick

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

异步模拟在指定元素上进行右键点击。

Return

一个 Deferred<Unit>

Parameters

scope

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

xpath

目标元素的XPath。