focused_element
Retrieve details of the currently focused UI element in Electron apps, including tag, ID, classes, text, and position, to enable precise interaction automation.
Instructions
Return information about the currently focused element: tag, id, classes, text snippet, and bounding box. Returns { focused: false } if nothing meaningful has focus (document.body).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||