Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
任何人都可以为我提到的错误提供更好的解决方案。因为我已经从每个可能的网站尝试了很多解决方案。 参考图片,请帮助我解决问题
检查您是否有与设备的活动 Appium 连接。当你有一个活跃的 Appium 连接到你的设备/模拟器时,它会锁定 ui-automator 资源。因此,您当时将无法拍摄快照。
您能否确保在截屏之前从终端运行以下命令。
adb root adb remount
这为我解决了这个问题。还要确保设备上尚未运行测试。