Select options from dropdown menus and select elements
Field Name | Type | Required | Description |
---|---|---|---|
Locator | string | Yes | CSS selector for the select element |
Option Value | string | Yes | Text or value of the option to select |
<select>
element or dropdown container{{VARIABLE_NAME}}
syntaxselect[name='country']
United States
#size-selector
large
select[name='region']
{{USER_REGION}}
.custom-dropdown[data-testid='priority']
High Priority
data-testid
attributes for better test stability<select>
elements, target the select tag