sdk
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
sdk
sdk
/
com.m8test.script.core.api.ui.webview
/
Controller
/
doubleClick
double
Click
abstract
fun
doubleClick
(
scope
:
CoroutineScope
,
xpath
:
String
)
:
Deferred
<
Unit
>
异步模拟双击指定元素。
Return
一个
Deferred<Unit>
。
Parameters
scope
用于执行此操作的协程作用域。
xpath
目标元素的XPath。