Select
select picks an option from a <select> element. You can match by value, label, or index.
yaml
- select:
element: the country dropdown
label: "Portugal"
- select:
element: the sort order
value: "newest"select picks an option from a <select> element. You can match by value, label, or index.
- select:
element: the country dropdown
label: "Portugal"
- select:
element: the sort order
value: "newest"