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:

  1. Testing fresh onboarding or first-time user experiences

  2. Validating login, signup, or authentication flows

  3. Ensuring no residual session interferes with test accuracy

  4. Resetting the app before switching accounts

  5. Verifying behavior after complete data clearance

Last updated

Was this helpful?