find_elements
Find matching page elements by CSS, XPath, or other selectors to retrieve tag, text, attributes, and visibility details.
Instructions
Find and inspect elements matching a selector, returning tag, text, attributes, and visibility.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum elements to inspect and return (default: 20) | |
| selector | Yes | Selector to find multiple elements | |
| strategy | No | Strategy to find element (css, xpath, id, name, tag, class, text, partialText). Default: css | css |