wavexis_backends
List installed browser backends and their versions without launching a browser. Returns JSON with backends and available list.
Instructions
List installed browser backends and their versions without launching a browser.
Use wavexis_browser_version instead when you need the version of a
specific running session's backend.
Side effects: None; queries the local filesystem only. Returns: JSON string with keys: 'status' ('ok'/'error'), 'backends' (dict), 'available' (list[str]).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |