1. Verify environment using `sim_health_check.sh`.
2. Launch the target application using `app_launcher.py`.
3. Analyze the current screen using `screen_mapper.py` to identify interactive elements.
4. Interact with specific UI elements using `navigator.py` (e.g., tap a button or enter text).
5. Optionally, perform advanced actions like sending push notifications or managing permissions using `push_notification.py` or `privacy_manager.py`.
6. Capture the app state for debugging purposes using `app_state_capture.py` if needed.
7. Evaluate the results and debug using logs obtained from `log_monitor.py`.