macaca-android
macaca-android copied to clipboard
Android autoAcceptAlerts=true与android:descendantFocusability="blocksDescendants" 冲突
如果在脚本中设置autoAcceptAlerts=true,用来实现自动接收系统权限提示,但是假如ListView中嵌套Button、TextView时,如果设置android:descendantFocusability="blocksDescendants,这些按钮会被自动触发。建议Android autoAcceptAlerts=true时增加排除名单,减小误操作。

@xudafeng ,帮忙看看,autoAcceptAlerts=true时是否可以增加排除设置,某些元素不发送accept_alert