Appium Android 使用 UIAutomator 进行测试在尝试图像上传功能时显示错误

Appium Android Testing Using UIAutomator showing error while trying Image Upload Feature

我在使用 UIAutomator 进行 Appium 测试时遇到了一些问题

我需要自动化支付页面,但在测试期间尝试截屏后显示错误。

请帮帮我。

通过使用 UI Automator 文件上传功能,您可以手动上传屏幕截图。

  1. 截取您需要自动化的屏幕截图。
  2. 打开命令提示符并在命令下方输入:-

adb shell uiautomator dump && adb pull /sdcard/window_dump.xml && start window_dump.xml UI 层次结构转储到:/sdcard/window_dump.xml

3.Its 在浏览器中打开 xml 复制该路径。

4.Open 您的 UI Automator 并单击文件和上传按钮并添加屏幕截图和 xml 文件。

5.You 现在可以在 UI Automator Viewer 中看到您的屏幕和元素。

有关更多详细信息,请查看下方 link 另:-

https://medium.com/@sagartripathi/appium-android-using-uiautomator-using-image-upload-ae5943f747c6