Action group: Browsers
The action returns the list of selected values from a dropdown list.
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Context | Action context for working with the browser. | Robin.Selenium | Browser context | Yes |
Element | Element for interaction | Robin.WebElement | Yes | |
Internal values | Use the passed values as internal values of the list. | Robin.Boolean | true | No |
Without spaces | Remove extra spaces and whitespace characters. | Robin.Boolean | true | No |
Results | ||||
Result | Array of options selected in the list | Robin.Collection |
The action gets information about a single option if the multiple attribute is not set, and multiple options if it is set.
If "Internal values" parameter is not set, visible text is selected, if set, internal values are selected (value attribute of the option tag).
There is a dropdown list with a selected value, write it into the "Collection" type variable.
Use the "Open Browser", "Get list value" actions.
The program robot completed successfully.