-
Notifications
You must be signed in to change notification settings - Fork 224
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
进入考勤页面 未成功打卡 #20
Comments
已开启极速打卡 |
if (null != textContains("休息").findOne(1000) || null != descContains("休息").findOne(1000)) {
console.info("今日休息")
home()
sleep(1000)
return;
} 看日志,是执行到这句的时候,直接跳出了整个方法。 |
刚试了一下 注释掉这段代码 |
早上那个问题是OK了,注释掉之后,完整执行了 “下班打卡” 方法。 |
还想问下 完整执行了 下班打卡的方法,页面上也有下班打卡字样,为何没有点击到,请问还需要如何调试呢 |
关于控件的获取,可以参考下这篇文章 或者看下这个issue |
完全不懂技术的新人求问
根据tasker设定的定时提醒
设备定时唤醒
随机时间后启动钉钉
一段时间后打开考勤页面
之后再考勤页面 没有点击上班/下班打卡
之后屏幕关闭
看日记显示有操作下班打卡 但实际未点击下班
这个地方是缺少什么操作吗
还是需要调试页面打卡位置坐标(看页面说明是根据窗口句柄)
The text was updated successfully, but these errors were encountered: