我在使用 UIAutomator 进行 Appium 测试期间遇到了一些问题
我需要自动付款页面,但在测试期间尝试截屏后显示错误。
请帮帮我。
通过使用 UI Automator 文件上传功能,您可以手动上传屏幕截图。
adb shell uiautomator dump && adb pull /sdcard/window_dump.xml && start window_dump.xml UI 层次转储到:/sdcard/window_dump.xml
3.它在浏览器中打开的xml复制该路径。
4.打开您的 UI Automator 并单击文件和上传按钮并添加屏幕截图和 xml 文件。
5.您现在可以在 UI Automator Viewer 中看到您的屏幕和元素。
有关更多详细信息,请查看以下链接:-
https://medium.com/@sagartripathi/appium-android-using-uiautomator-using-image-upload-ae5943f747c6