IE browser dialog - 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: IE browser dialog (/Thread-IE-browser-dialog) |
IE browser dialog - cowboy49 - 10-24-2011 Hello, I am trying to close a dialog box on Internet Explorer. I understand that i need to use CreateObject( “InternetExplorer.Application” ) to create the the IE object. But what is needed when IE is already open and I want to click "OK" on the dialog box? Any ideas? Thanks for any help. RE: IE browser dialog - Ankesh - 10-24-2011 Hi, Can u add the object to OR? If yes, then no need to use CreateObject. Regards, Ankesh |