Is there a class or method for controlling listboxes in Watir? I tried using the regular select_list methods and that works so long as you're only selecting one item from the list. I, however, need to select multiple items at the same time, which is why I'm using a listbox, but I can't find anything in the Watir API reference that would allow me to do this. Thank you in advance ;)