规则没有正确触发
#999
Replies: 1 comment 1 reply
-
感谢报告 #1000 简单的临时解决方法:将 vid 换成 id |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
快照:https://i.gkd.li/i/20239625
当执行:
[name!$=".CheckBox"][name!$=".EditText"][childCount=0][visibleToUser=true][height>0&&width>0][top>0&&left>0][vid="closeIv"]
规则时候。2. 在手机无法触发
不知道是APP本体问题还是什么问题,不过手机无法触发估计APP也有问题?
当去掉


[height>0&&width>0][top>0&&left>0]
变成[name!$=".CheckBox"][name!$=".EditText"][childCount=0][visibleToUser=true][vid="closeIv"]
就可以正常测试执行器查询成功且可以正常手机触发
单独去掉
[height>0&&width>0]
或[top>0&&left>0]
都不行日志:
log-1747379442981.zip
Beta Was this translation helpful? Give feedback.
All reactions