I am aware that there is a selenium API (isSomethingSelected) used to see if a value is selected in single-select dropdown. Is there an equivalent for multiselect?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Have you tried storeSelectedIndexes(), storeSelectedLabels(), or storeSelectedValues()? As far as I've seen there is no way to directly check the selection of a multi-select element, but someone could have written an extension. |
|||
|