Select
Select item from dropdown.
This activity selects an item from a user-specified dropdown web element. Any of the Text, Value or Index inputs are required to find the select option.
Input
Browser :
IWebDriver Variable
Required
The variable name refers the opened web browser.Wait Timeout :
Integer Argument
Seconds to wait until the element is located.
Target
Text :
String Argument
Specifies the text in the option to select.Value :
String Argument
Specifies the value of the option to select.Index :
Integer Argument
Specifies the index of the option to select.Element Selectors:
Required
Specifies the webpage element to select the specified text or value. We can edit the selectors of the specified web element using the Web Element Selector Editor Window.
Last updated