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 文档说——“您不必重新编译您的应用程序或以任何方式修改它以使其自动化。” 这实际上是什么意思..有人可以解释一下吗?
这意味着您不需要在应用程序代码中实现任何东西。而其他框架需要您在代码中实现一些东西。基本上,不需要在 xcode 中打开项目,只需使用 .app 文件即可使用 appium 自动化应用程序。