Micro Focus QTP (UFT) Forums
Selecting multiple webelements - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: Selecting multiple webelements (/Thread-Selecting-multiple-webelements)



Selecting multiple webelements - krag451 - 06-06-2008

Hello,

I am working with an Ajax application. In the application I have a number of folders in a folder tree that are recognized in QTP as Web Elements. One test that I want to run is selecting multiple folders and dragging them to another folder. Does anyone have an idea of how I can select multiple WebElements?

The folder are not next to each other on the page. I am able to select a single folder using the following code:
Code:
Browser("App Window").Page("Main Page").WebElement("Test Folder 1").Click
.

I looked at the ExtendSelect method but this seeme to only be for List Boxes.

Thanks

Jeff