Micro Focus QTP (UFT) Forums

Full Version: How to select multiple choices from Multi-Select weblist
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?
B
Code:
rowser("").Page("").WebList("").ExtendSelect "Option1"
Browser("").Page("").WebList("").ExtendSelect "Option2"
... and so on ...
hey thanks alot .. it worked for me
Code:
BROWSER("").PAGE("").WEBLIST("").SELECT "ITEM NAME" OR "#INDEX NUMBER"