[BUG] 无法触发滑动操作
### 日志文件
[log-1775900949181.zip](https://github.com/user-attachments/files/26644945/log-1775900949181.zip)
### BUG描述(文字/截图/视频)
使用如下规则,规则触发了,但是ActionResult却显示 `action=none`
```
{
key: 1,
name: '测试',
rules: [
{
fastQuery: true,
swipeArg: {
start: {
x: 'screenWidth * 0.5',
y: 'screenHeight * 0.7',
},
end: {
x: 'screenWidth * 0.5',
y: 'screenHeight * 0.3',
},
duration: 500,
},
activityIds: '.view.main.MainActivity',
matches: '[parent=null]',
snapshotUrls: 'https://i.gkd.li/i/26644868',
},
],
}
```
### 期望行为(文字/截图/视频)
正确触发 `action:swipe`
### 实际行为(文字/截图/视频)
触发 `action:none`
关闭于 2026-05-17 8 条评论