08-25-2009, 10:25 AM
if it means when you say " from which the user can select more than 2 items." that user can select multiple values( more than two) from the combo box, then you can do this using 'ExtendSelect'
e.g.
Is this what you are looking for??
e.g.
Code:
Browser().Page().WebList().Select "Value1"
Browser().Page().WebList().ExtendSelect "Value2"
Is this what you are looking for??