find_buttons
Locate all clickable elements on a page, including those inside shadow DOM. Recognizes native tags, ARIA roles, and elements with cursor:pointer and onclick handlers, providing CSS selectors for each.
Instructions
Find all clickable elements on the page - including shadow DOM.
Walks both the light DOM and every open shadow root, so buttons
hidden inside custom elements like ``<nes-button>`` or
``<sds-cta>`` show up. Recognises native tags (button, a, input,
summary) plus ARIA roles (button, link, checkbox, radio, switch,
menuitem, tab, option, treeitem) and cursor=pointer elements
with an onclick handler. Each entry shows the host's CSS
selector; for shadow-wrapped buttons use ``click_shadow`` to
reach the inner interactive element.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter_text | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |