Select an option from a native HTML select element
SELECT
step allows you to select options from native HTML select elements (dropdowns). It supports selecting by value, visible text, or index, and provides helpful error messages with available options when selection fails.
value
- Select by option value attributetext
- Select by visible option textindex
- Select by option index (0-based)