find_elements
Locate every element matching a selector and retrieve their texts to verify page content or drive assertions.
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 |