Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question

1 Answer

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.

share|improve this answer
where are these apis from? they are definitely not part the seleniumRC api. – Afamee Mar 20 '09 at 20:52

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.