step_out
Exit the current function while paused, then inspect the caller's state at the new location.
Instructions
Step out of the current function while paused. Use get_paused_state to observe the new location.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageId | No | Page id from list_pages, or "main" (default) for the main process. | |
| sessionId | Yes | Session id returned by launch_app. |