Select
Selecting options in dropdown controls is a fundamental task in UI test automation. A robust tool must handle single-select, multi-select, selection by text, by value, and by regex patterns. It should also properly trigger change events and handle non-breaking spaces in option text.
Scenario
- Select specific options from single-select dropdowns using option text and option value.
- Add and remove selections in multi-select controls.
- Verify current selection using the status labels.
- Handle options containing non-breaking spaces.
- Use regex-based selection for pattern matching.
Playground
Perform selections and verify results using status labels above each control.