uiautomator2 获取不到toast
时间: 2023-10-25 09:08:03 浏览: 241
RF获取toast方法封装
如果您使用的是uiautomator2,而且无法获取到toast,您可以尝试以下方法:
1.检查设备是否已经开启了toast通知权限。
2.使用Accessibility Service来获取toast,这是一个通用的方法,但它需要您的应用程序在设备上启用辅助功能。
3.使用Appium Desktop来获取toast。在Appium Desktop中,您可以使用`driver.manage().logs().get('driver')`方法来获取toast通知。
希望这些方法能帮助到您。
阅读全文