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- RequiredThe variable name refers the opened web browser.
- Wait Timeout : - Integer ArgumentSeconds to wait until the element is located.
Target
- Text : - String ArgumentSpecifies the text in the option to select.
- Value : - String ArgumentSpecifies the value of the option to select.
- Index : - Integer ArgumentSpecifies the index of the option to select.
- Element Selectors: - RequiredSpecifies 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
