glass_stop
Stop the running app and end its session. The app saves state and starts clean next time; session-scoped logs and element IDs are cleared.
Instructions
Stop the running app and end the session. The app is asked to close first, so it saves state and starts clean next time; one that will not close is terminated, which takes a moment longer. Ends everything session-scoped: captured logs and a11y element ids are gone afterwards, so read what you need first (saved baselines outlive it, until the server exits). There is no resume — only glass_start runs the app again, as a fresh session. Not needed between steps of a task; one session can be driven for as long as you need it, and errors if no session is running.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||