Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Varying items in the dropdown
#3
Not Solved
Try this
Code:
Cnt=Browser("Browser").Page("page").WebList("weblist").GetROProperty("items count")
For i=0 to Cnt - 1
Browser("Browser").Page("page").WebList("weblist").select (i)
Browser("Browser").Page("page").WebButton("button").Click
Next
Reply


Messages In This Thread
Varying items in the dropdown - by Meghana1 - 08-17-2012, 11:04 AM
RE: Varying items in the dropdown - by ssvali - 09-14-2012, 12:06 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Different Type of Dropdown Selector zunebuggy 6 2,900 05-01-2018, 06:46 PM
Last Post: zunebuggy
  [UFT] [WPF] DataGrid: get items of ControlTemplate robertosalemi 0 3,308 07-14-2016, 07:52 PM
Last Post: robertosalemi
  SwfList: unchecked all items robertosalemi 0 1,863 12-21-2015, 03:46 PM
Last Post: robertosalemi
  Select Menu items shilpaS 1 6,793 06-19-2015, 01:23 AM
Last Post: supputuri
  Upgraded QTP 11.0 to UFT 11.53, Object Index Properties are varying Raghava M 0 2,089 01-28-2015, 06:02 PM
Last Post: Raghava M

Forum Jump:


Users browsing this thread: 1 Guest(s)