1 Star 0 Fork 1

yinanweiyi/autoxJS

forked from 大同/autoxJS 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
demo.js 466 Bytes
一键复制 编辑 原始数据 按行查看 历史
大同 提交于 2024-04-29 22:52 . learn
// import * as auto from "./utils/util"
// 设置屏幕大小
auto.init(1080, 2400);
// home()
toast('运行demo中...')
// sleep(1000)
// 模拟从滑动
swipe(550, 400, 890, 1800, 100)
// 模拟手势操作
gesture(1000, [300, 300], [500, 500], [500, 1000])
// 同时模拟多个手势
gestures([0, 1500, [800, 300], [500, 1000]],
[0, 1500, [300, 1500], [500, 1000]]);
// click('小米视频')
// sleep(1000)
// click(256,1697)
toast('运行demo结束')
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/yinanweiyi/autox-js.git
git@gitee.com:yinanweiyi/autox-js.git
yinanweiyi
autox-js
autoxJS
master

搜索帮助