wavexis_session_info
Query metadata and current URL of an active browser session to inspect session health or retrieve the current page URL. Read-only operation returns session status, ID, backend, creation time, and 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 |