Listbox with Watir

C

Chris

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 ;)
 
D

David Mullet

Chris said:
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 ;)

The API docs indicate that select_list object's select() and
select_value() methods will accept an array of string or regex values. I
haven't tried it myself, though.

Mully
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,208
Messages
2,571,082
Members
47,683
Latest member
AustinFairchild

Latest Threads

Top