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?
views:
148answers:
1
+1
A:
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.
Eric Wendelin
2009-03-20 20:40:52
where are these apis from? they are definitely not part the seleniumRC api.
Afamee
2009-03-20 20:52:17