萤石云视频无障碍异常
#1024
-
根据上次的经验,规则如下: {
key: 5,
name: '萤石云-广告',
desc: '2025-05-30',
fastQuery: true,
matchRoot: true,
actionMaximum: 1,
forcedTime: 6000,
resetMatch: 'app',
rules: [
{
action: 'back',
matches: [
'@[vid="ad_close"] - [text*="广告"]'
]
}
]
} 快照:https://i.gkd.li/snapshot/1748568309760
|
Beta Was this translation helpful? Give feedback.
Answered by
lisonge
Jun 3, 2025
Replies: 2 comments 5 replies
-
Beta Was this translation helpful? Give feedback.
4 replies
-
看了一下,这个应用的无障碍存在问题,有时候会出现无限节点片段的情况导致查询异常耗时并且无法查询到结果 {
key: 6,
name: '萤石云-广告',
desc: '2025-05-30',
fastQuery: true,
matchRoot: true,
actionMaximum: 1,
forcedTime: 10000,
resetMatch: 'app',
rules: [
{
action: 'back',
matches: [
'@[id!=null][vid="ad_close"] <<n [id!=null][vid="home_page_fl"] <<n [vid="main_content"]',
],
},
],
} 用这个可以稳定触发,但是每次查找时间不一样 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
lisonge
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
看了一下,这个应用的无障碍存在问题,有时候会出现无限节点片段的情况导致查询异常耗时并且无法查询到结果
https://i.gkd.li/i/20563897
用这个可以稳定触发,但是每次查找时间不一样