From: hai <mah...@es...> - 2014-12-18 08:57:15
|
Hi, Thanks for your reply. Let me explain clearly. I have one form which contains one button. On click of that button a pop up will open. I need to access that pop window and read it contents. Initially i could not get pop up window even for my local application . But then after i have kept one more jar file htmlunit-2.15 then i could not get the result of pop up window. My local application runs on http protocol. <Output> *a NEW window opened: null* <html> <head> <title>CISCO ACS Child</title> </head> <form name="main_page" id="main_page"> <body> <input type="text" id="ip" name="ip"> </body> </form> </output> But the application which i need to work on is runs on https protocol. I want to know is how to handle https pop up windows. <output> *a window is CLOSED: HtmlPage* Thanks & Regards -- View this message in context: http://htmlunit.10904.n7.nabble.com/Dialog-Box-tp35073p35089.html Sent from the HtmlUnit - General mailing list archive at Nabble.com. |