We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
我发现脚本在P8青春版上没法点击360,1200位置的'工作'标签,导致脚本下一步寻找考勤打卡按钮错误。 是不是下面这段需要作出什么修改?我查了一下坐标是对的,P8的分辨率也是720*1280没错。 请帮忙看看,谢谢。 for var = 1, 3 do runApp('com.alibaba.android.rimet'); setScreenScale(true, 720, 1280); mSleep(10000); click(360, 1200); setScreenScale(false) mSleep(5000)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
我发现脚本在P8青春版上没法点击360,1200位置的'工作'标签,导致脚本下一步寻找考勤打卡按钮错误。
是不是下面这段需要作出什么修改?我查了一下坐标是对的,P8的分辨率也是720*1280没错。
请帮忙看看,谢谢。
for var = 1, 3 do
runApp('com.alibaba.android.rimet');
setScreenScale(true, 720, 1280);
mSleep(10000);
click(360, 1200);
setScreenScale(false)
mSleep(5000)
The text was updated successfully, but these errors were encountered: