Select list of elements This task may has sub-tasks. In this case it calls sub-tasks for each element in the list
Name | Description |
---|---|
Message | |
IndexTo | |
Any | "false" (default value) - if list of sub-tasks must executes fine for all element in the list. In other case test execution
fails "true" - if list of sub-tasks must executes fine for at least one element in the list. If such element found - iteration over the list is stopped and the task is considered successful. |
ByCSSSelector | CSS Selector of Element(s) to look for |
ByClassName | CSS class name of Element(s) to look for |
ByCSS | CSS expression (not CSS class name or CSS selector!) of Element(s) to look for |
ExpectedCount | Expected quantity of elements in the list. If actual quantity is different - test execution fails |
ByTagName | HTML Tag of Element(s) to look for |
ById | ID of Element(s) to look for |
FromKey | Key to get previously stored List of Elements |
ToKey | Key to store List of Elements You may assign a string key to any List of Elements to quick access to it However you will need to consider that the actual elements may not exist due to changes in page It is recommended to get list every time you need it |
ByName | Name of Element(s) to look for |
Count | Name of parameter to place size of the list |
ByPartialLinkText | Partial Text of Hyperlink(s) to look for |
ByLinkText | Text of Hyperlink(s) to look for |
ByXPATH | XPATH expression of Element(s) to look for |