如何在iOS设备上使用Selenium将应用程序置于后台并返回前台?

时间:2016-11-29 10:37:21

标签: ios background appium device foreground

如何将应用程序置于后台并在Appium iOS中重新启动iOS 9.3和ios 10.0? 我已经尝试过runInBackground(10),但它仅适用于Android不适用于iOS

1 个答案:

答案 0 :(得分:0)

要将应用置于后台10秒钟,请遵循以下语法: driver.runAppInBackground(Duration.ofSeconds(10));

有关更多详细信息,请遵循:

https://appium.github.io/java-client/io/appium/java_client/InteractsWithApps.html#runAppInBackground-java.time.Duration-

https://appium.readthedocs.io/en/latest/en/commands/device/app/background-app/