Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to select multiple items from a combobox/listbox
#2
Solved: 10 Years, 10 Months ago
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.
Code:
Browser().Page().WebList().Select "Value1"
Browser().Page().WebList().ExtendSelect "Value2"

Is this what you are looking for??

Reply


Messages In This Thread
RE: QTP script for combobox - by Saket - 08-25-2009, 10:25 AM
RE: QTP script for combobox - by prasadworld321 - 08-26-2009, 02:07 PM
RE: QTP script for combobox - by basanth27 - 08-25-2009, 10:36 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Not able to get the list of items in Delphi Combobox Environment Object Raj Aryan Singh 3 1,994 02-04-2020, 12:32 AM
Last Post: Raj Aryan Singh
  [UFT] [WPF] DataGrid: get items of ControlTemplate robertosalemi 0 3,302 07-14-2016, 07:52 PM
Last Post: robertosalemi
  SwfList: unchecked all items robertosalemi 0 1,857 12-21-2015, 03:46 PM
Last Post: robertosalemi
  [UFT] Get Item of ListBox and convert it to array felino 1 2,301 11-26-2015, 02:20 PM
Last Post: felino
  Select Menu items shilpaS 1 6,782 06-19-2015, 01:23 AM
Last Post: supputuri

Forum Jump:


Users browsing this thread: 1 Guest(s)