find_elements
Retrieve text from all web elements matching a CSS selector, XPath, or other locator with configurable 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 |