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?
Browser("").Page("").WebList("").ExtendSelect "Option1"
Browser("").Page("").WebList("").ExtendSelect "Option2"
... and so on ...
Anshoo Arora Wrote:Browser("").Page("").WebList("").ExtendSelect "Option1"
Browser("").Page("").WebList("").ExtendSelect "Option2"
... and so on ...
hey thanks alot .. it worked for me
BROWSER("").PAGE("").WEBLIST("").SELECT "ITEM NAME" OR "#INDEX NUMBER"