wavexis_session_info
Check an active browser session's health and current URL to confirm it is alive and identify the page in use. This read-only query returns status, session ID, backend, creation time, and current URL.
Instructions
Query metadata and current URL of an active browser session.
Use to inspect session health or retrieve the current page URL; use wavexis_list_tabs for tab-level details instead.
Side effects: None — read-only; queries in-memory session state and the browser's current URL. Returns: JSON string with keys: 'status' ('ok'/'error'), 'session_id' (str), 'backend' (str), 'created_at' (str), 'current_url' (str).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |