clear

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

异步清空由XPath指定的输入框中的内容。

Return

一个 Deferred<Unit>

Parameters

scope

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

xpath

目标输入框的XPath。