Micro Focus QTP (UFT) Forums
Capturing PopUp link - 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: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming)
+--- Thread: Capturing PopUp link (/Thread-Capturing-PopUp-link)



Capturing PopUp link - siwani - 06-10-2011

I am writing script on footer note. When i Click on <Help> link at the footer of the webpage, a new IE pop up window will display with the various help content. Now i need to capture that content or webelements in my script. How do i capture that pop up window in my script, because if i user systemutil.run and the web address that instead of capturing that particular window it will open up another IE with those help content.
Please help me with a script to synch that help pop up window with my script.