2 minutes readKey takeaways The Select class exposes getOptions() for real select elements. Custom dropdowns built from divs need normal element queries instead. Assert on the option text or value, not the count alone, which passes on the wrong list. During UI test automation you will need to write tests that validate the options that are present… Read more »