For the complete documentation index, see llms.txt. This page is also available as Markdown.

Select Option

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.

Select option Test Step

When to use it

  • Set a country, status, or other native select field.

  • Prefer selecting by Value or Visible Text over Index when the option text is stable.

Configure

Basics

Field
What to set

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

Advanced

Field
What to set

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