On Thu, Mar 26, 2009 at 11:03, aditi <aditi_...@yahoo.com> wrote:
> I want to remove one selection from the set of selected options in a
> multi-select element.

What happens if you select the item again. Does it get unselected?

I thought "clear" would clear one option, but looks like it clears them all.

http://wtr.rubyforge.org/rdoc/classes/Watir/SelectList.html#M000425

Something like this could be useful:

browser.select_list(how, what).clear(option)

Add it to Jira if you would like to see it implemented:

http://jira.openqa.org/browse/WTR

Željko

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~----------~----~----~----~------~----~------~--~---

Reply via email to