Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to select multiple choices from Multi-Select weblist
#1
Solved: 10 Years, 8 Months, 2 Weeks ago Rolleyes 
In my application , i have a weblist from which a user can select multiple values by doing control - select.

Can anyone pls suggest me a solution, how to automate this?
Reply
#2
Solved: 10 Years, 8 Months, 2 Weeks ago
B
Code:
rowser("").Page("").WebList("").ExtendSelect "Option1"
Browser("").Page("").WebList("").ExtendSelect "Option2"
... and so on ...
Reply
#3
Solved: 10 Years, 8 Months, 2 Weeks ago
hey thanks alot .. it worked for me
Reply
#4
Solved: 10 Years, 8 Months, 2 Weeks ago
Code:
BROWSER("").PAGE("").WEBLIST("").SELECT "ITEM NAME" OR "#INDEX NUMBER"
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Help with Select checkbox from data table value jayraocourts 0 1,042 11-01-2019, 10:25 PM
Last Post: jayraocourts
  Webtable objects recognise as weblist in UFT 12.5 Sharad Kumar 0 1,040 12-06-2018, 04:57 PM
Last Post: Sharad Kumar
  how to select value from google search box dropdown +QTP prajyot 0 2,650 06-28-2017, 06:30 PM
Last Post: prajyot
  How to select item within WebMenu learnasugo 4 7,682 10-11-2016, 03:35 PM
Last Post: learnasugo
  Unable to select WebFile element upadhyay40 5 7,493 06-28-2016, 04:38 PM
Last Post: aakash

Forum Jump:


Users browsing this thread: 1 Guest(s)