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.
我是一名手动测试员,现在我想进行自动化测试。我想创建一个应用程序来执行一些操作,例如在目标应用程序测试上按下按钮。它看起来像应用程序自动点击,但在我的情况下,它通过 id/文本找到位置按钮,而不是固定坐标,因为应用程序测试必须在具有其他屏幕尺寸的更多设备上运行。我的应用程序可以吗?如果可能的话,请帮助我进行演示。谢谢你。