#rpa #tool 本来以为刷网课要会 match.img() ,没想到F12搜索text真就搞定了……
https://developer.aliyun.com/article/1397202 Auto.js 支持 WebView 😅
KDEConnect 用于把旧版免费版发到老手机上🤔👍
https://sspai.com/post/76377
https://tttttt.me/c/1119363280/127266 @AndroidDevCn
https://developer.aliyun.com/article/1397202 Auto.js 支持 WebView 😅
while(1){
sleep(2000)
e=className("android.widget.TextView").text("00:00").findOne()
toast('下一个网课')
e=e.bounds();
click(e.centerX()-100, e.centerY())
}
KDEConnect 用于把旧版免费版发到老手机上🤔👍
https://sspai.com/post/76377
https://tttttt.me/c/1119363280/127266 @AndroidDevCn
Aliyun
移动端(APP)自动化脚本工具详细列举(autojs、easyclick、hamibot、ctrljs ...)-阿里云开发者社区