跳至主要内容

Android输入


方法

拖动

新增于:v1.9 androidInput.drag

fromto 点之间执行拖动操作。

用法

await androidInput.drag(from, to, steps);

参数

返回值


按下

新增于:v1.9 androidInput.press

按下

用法

await androidInput.press(key);

参数

  • key [AndroidKey]#

    要按下的键。

返回值


滑动

新增于:v1.9 androidInput.swipe

按照segments 定义的路径滑动。

用法

await androidInput.swipe(from, segments, steps);

参数

返回值


点击

新增于:v1.9 androidInput.tap

在指定的 点击。

用法

await androidInput.tap(point);

参数

返回值


输入

新增于:v1.9 androidInput.type

文本输入到当前聚焦的小部件中。

用法

await androidInput.type(text);

参数

返回值