elements_list
Retrieve web page elements by selector to identify buttons, links, and other components for automation tasks in Electron applications.
Instructions
Enumerate elements matching a selector, returning basic info about each (tag, text snippet, id, key attributes, bounding box). Great for "what buttons are on this screen" or "give me all list items". Capped at 50 by default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | ||
| limit | No | Max elements to return, default 50. | |
| attributes | No | Extra attributes to include for each element (default ["aria-label","role","href","title"]). |