Select Option
Choose an option in a select Element by value, text, or index.
Last updated
Choose an option in a select Element by value, text, or index.
Select option chooses an item in a native <select> control. Use it when the field is a real select element. For custom dropdowns built from buttons and lists, use Touch on the trigger and the option instead.

Set a country, status, or other native select field.
Prefer selecting by Value or Visible Text over Index when the option text is stable.
Element
The select Element
Selection Mode
Auto (default), Value, Text, Element, or Index
Value
Option value when Selection Mode is Value or Auto
Visible Text
Option label when Selection Mode is Text
Element
Option Element when Selection Mode is Element
Index (0-based)
Option index when Selection Mode is Index
Status on fail
When should screenshots be taken?
Always (default) or On Failures
Pro tip: If Touch on a custom dropdown is unreliable, check whether the control is a native select first. Select option is simpler when it is.
Tags: action, input, selectOption, select, dropdown
Last updated