reset-app
Terminate and relaunch the app in the current Appium session to reset its state, ensuring a clean environment for mobile app automation tests.
Instructions
Reset the app (terminate and relaunch) associated with the current Appium session
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}