Selenium Java - Handling Form Elements
You need to select multiple options from a dropdown that supports multiple selections. Which Select class method should you use?
isMultiple() method to verify if multiple selections are allowed.selectByVisibleText() or selectByIndex() multiple times to select options.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions