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 和 JAVA 来自动化原生 Android 应用程序。我已经编写了测试用例,它们运行良好。我被困在一个案例中,我必须从单击字段时弹出的日历中选择一个日期。我必须先选择年份,然后是月份,然后是日期。有人可以帮忙看代码吗?
上面的屏幕截图显示了弹出的日历。我已经使用 X-paths 和 Index 来自动执行此操作,但这不起作用(它无法识别 X-paths)