0

In appium version 8 and above, close and relaunch App methods are removed. What the alternative for these as we have a requirement to close and launch multiple times in our App.

1 Answers1

0

It is for a reason they have removed it, you can instead use following

  1. terminateApp - Closing the app, this takes bundleId/ appPackage

  2. activateApp - Opening the app, this also takes bundleId/ appPackage