Command Type
Command Type ID: 8Parameters
| Parameter | Type | Description | Required |
|---|---|---|---|
| elementsLocator | ElementsLocator | Specifies the criteria to locate target elements | Yes |
| timeout | number | Timeout in milliseconds | Yes |
ElementsLocator
| Field | Type | Description | Required |
|---|---|---|---|
| selector | string | CSS selector | Yes |
| continueWith | ElementsLocator | Continue search within found element | No |
| hasChildren | ElementsLocator | Filter elements with matching children | No |
| index | number | Select element by index | No |
| innerText | string | Filter by inner text | No |
Usage Examples
Get All Table Rows
Related Commands
- Get Text Contents - Get only text content
- Get Attributes - Get only element attributes
- Get Inner Texts - Get visible inner text