stopApp

Stop a running app without clearing its data or state.

Stops a running application. The stopApp command can stop either the app under test or a specific application identified by its appId.

Syntax

To stop the app under test, use stopApp with no arguments:

- stopApp

If you need to stop a different application, pass an appId:

- stopApp: com.mycompany.example

Last updated