CLEAR_APP
The CLEAR_APP command wipes the app’s stored data, logs out the user, and resets the application to its first-time launch state.
This ensures the next launch begins from a clean slate with no cached sessions, preferences, or stored credentials.
Syntax: CLEAR_APP
When to use:
Testing fresh onboarding or first-time user experiences
Validating login, signup, or authentication flows
Ensuring no residual session interferes with test accuracy
Resetting the app before switching accounts
Verifying behavior after complete data clearance
Last updated
Was this helpful?