find_accessible_node
Locate accessible nodes in an Electron app's accessibility tree by role or name. Use for automated testing to locate and interact with specific UI elements.
Instructions
Find accessible nodes by role and/or name using the accessibility tree
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| role | No | ||
| exact | No | ||
| limit | No | ||
| sessionId | Yes |