Back to all steps

Select from dropdown

Step fields
1 selector (text)
2 value (text)
In a scenario, fields are joined with |.
Pick a value in a <select> dropdown. Format: selector|value.
Example: select[name=country]|US — selects option with value US
Usage example

Pick a value in a <select> dropdown. Specify the option’s value (the value attribute), not the displayed text.

Format: selector|value

Examples:

  • select[name=country]|RU
  • #tariff-plan|pro-monthly