雷系泡泡
雷系泡泡
Please delete this line and try again ```diff [Windows.UI.Notifications.ToastNotificationManager, Windows.UI.Notifications, ContentType = WindowsRuntime] | Out-Null [Windows.UI.Notifications.ToastNotification, Windows.UI.Notifications, ContentType = WindowsRuntime] | Out-Null [Windows.Data.Xml.Dom.XmlDocument, Windows.Data.Xml.Dom.XmlDocument, ContentType = WindowsRuntime] | Out-Null $APP_ID...
I've followed [github.com/Windos/BurntToast](https://github.com/Windos/BurntToast), but I can't understand how it works --- Please delete these lines and try again ```diff [Windows.UI.Notifications.ToastNotificationManager, Windows.UI.Notifications, ContentType = WindowsRuntime] | Out-Null -- [Windows.UI.Notifications.ToastNotification, Windows.UI.Notifications, ContentType...
Sorry, I'm still trying to figure out the differences with [fyne-io/fyne](https://github.com/fyne-io/fyne) Please try again, if it still doesn't work, I'm sorry I may not understand how it works correctly ```diff...
Very sorry, I will keep an eye on [github.com/Windos/BurntToast](https://github.com/Windos/BurntToast) and try to fix it
@gffguo 你在用 `WDA` 获取 `微信` 的 `source` ? 我有过很多次这么做, 大部分情况都导致 `xctest` 被强制中断 > 重启 `微信` 后, 会有较大概率成功, 但是依旧很慢且有被中断的可能 我觉得不一定是 `tidevice` 的问题
> `exists` 会遍历当前页面元素 但凡是涉及到 `微信` 的较多页面元素, 都有可能导致被强制中断 我目前的做法是, 提高 `目标元素` 的 `描述精准度` 尽可能的使用更多 `谓词` 描述 `目标元素` > 比如同时指定 `元素坐标范围` `控件类型`
日志看上去是正常的 **被** 触发了 `停止`。。。 `tidevice` 的 `转发` 和 `xctest` 看上去都是正常的。。。