I am using Codeceptjs framework with Appium helper for my UI automation. I want to go to Device home on IOS platform and then navigate back to App. I am using browserstack to run my scripts. I have tried closeApp, but this fails the test on browserstack and closes the session. sendDeviceKeyEvent(3) works only on Android. Please help. :(
I am expecting to be on home screen of device or put app to background and then launch the app again.