wavexis_browser_version
Query the active browser's version string via the selected backend (cdp, bidi, or auto). Returns status, version string, and backend identifier.
Instructions
Query the active browser's version string via the selected backend.
Use wavexis_backends instead when you need a list of all installed
backends without launching a browser.
Side effects: Acquires (and may launch) a browser backend, then releases it. Returns: JSON string with keys: 'status' ('ok'/'error'), 'version' (str), 'backend' (str).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |