Skip to content

Commit

Permalink
1. untilFindOne(int timeout) 提升运行速度
Browse files Browse the repository at this point in the history
2. 默认不开启flagIncludeNotImportantViews
  • Loading branch information
1754048656 committed Dec 21, 2023
1 parent 777e5a3 commit 3453f0e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,17 @@ or
#### Api示例

```js
move('打开') //移动悬浮窗
showLog //打开悬浮窗
print('返回桌面') //打印日志
home()
print('点击设置')
text('设置').findOne().click()
sleep(2000) //等待2s
back() //返回
hideLog //隐藏悬浮窗
click(100, 200) // 点击坐标
capture('/sdcard/1.png') // 截屏
...
```

#### 知识星球
Expand Down

0 comments on commit 3453f0e

Please sign in to comment.