find_elements
Find all elements matching a CSS selector, XPath, or custom locator, then return each element's text. Supports multiple locator strategies with a configurable wait timeout.
Instructions
Find all matching elements and return their texts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| by | No | Locator strategy | css |
| timeout | No | Wait timeout in seconds | |
| selector | Yes | CSS selector, XPath, or other locator value |