Find All Elements
element_find_allFind multiple matching elements from a page using CSS, XPath, or locators. Returns bounded text/attribute summaries and recommended selectors for repeated lists, cards, and tables.
Instructions
Find multiple matching elements with bounded text/attribute summaries and recommended selectors for repeated lists, cards, and tables.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of matched elements to return | |
| selector | Yes | CSS selector, XPath, or explicit DrissionPage locator for repeated elements. Bare selectors are CSS. | |
| include_html | No | Include bounded outerHTML excerpts for each returned element |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||