Micro Focus QTP (UFT) Forums
Click on drop down and select second option using HP UFT - 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: Click on drop down and select second option using HP UFT (/Thread-Click-on-drop-down-and-select-second-option-using-HP-UFT)



Click on drop down and select second option using HP UFT - Tusharguru99 - 07-29-2014

I want click on drop down and select second option from it using HP UFT. so how can i do that.

Here is the link from where i want to use this

https://plus.google.com/communities/104621551449192390268

Click on "Share What's New..." and a box will appear. Please refer the the attached screenshot for that


RE: Click on drop down and select second option using HP UFT - ankur1601 - 08-11-2014

you can use webcombobox.select "PHP"


RE: Click on drop down and select second option using HP UFT - Neetha - 07-30-2015

Try this to select the second option from the drop down
Code:
Browser(....).Page(....).WebList(...).Select "#2"