【发布时间】:2018-06-02 16:10:17
【问题描述】:
当我在 Appium 中为 iOS 驱动程序定义“应用程序”功能时,Appium 是安装在当前安装的应用程序之上,还是直接安装该应用程序(如果设备上当前不存在)?
在documentation 中找不到答案。
【问题讨论】:
标签: appium
当我在 Appium 中为 iOS 驱动程序定义“应用程序”功能时,Appium 是安装在当前安装的应用程序之上,还是直接安装该应用程序(如果设备上当前不存在)?
在documentation 中找不到答案。
【问题讨论】:
标签: appium
此行为取决于您使用的是“fullreset”还是“noreset”功能。有关这些的更多信息,请参阅http://appium.io/docs/en/writing-running-appium/other/reset-strategies/index.html#reset-strategies。
【讨论】: