element_find_all
Find all elements matching a locator using CSS, XPath, text, or attribute syntax. Returns a list of element IDs, or empty list if none match.
Instructions
Find all matching elements. Returns list with element_id for each.
Locator syntax: #id | .class | @attr=val | text:str | tag:name |
css:selector | xpath:expr | @@a@@b (AND) | @|a@|b (OR)
Returns empty list (not error) when no elements match.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| by | No | ||
| limit | No | ||
| parent | No | ||
| tab_id | No | ||
| locator | Yes | ||
| timeout | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |