All Downloads are FREE. Search and download functionalities are using the official Maven repository.

desc.GetSelectLabels.txt Maven / Gradle / Ivy

There is a newer version: 1.9
Show newest version
Returns the list of select labels.

Example:

| * Variables * |
| @{expected_select_list}= | 50 | 100 | 150 | 200 | 250 | 300 | 350 | 400 | 450 | 500 |

| ${actual_select_list}= | Get Select Labels | id=selectID |
| Lists Should Be Equal | ${actual_select_list} | ${expected_select_list} |




© 2015 - 2024 Weber Informatics LLC | Privacy Policy