From: Ronald B. <rb...@rb...> - 2014-12-18 18:39:05
|
Hi Mahesh, i'm still confused from all the stuff you wrote. If you really like to geht some help you have to be as precise as possible. You have some kind of web application that is available by an HTTPS URL - correct? Ist this app public available on the internet? If you click on a button, the application opens another window (in your words a popup window) - correct? What kind of window? Is it a new tab in the browser or a dedicated browser window or a dialog window or an alert window? You have to figure out that, because the handling of this kind of windows is different. And please post your sample code. Btw: > *webClient.waitForBackgroundJavaScript(7000);* This never opens a window it only waits for some javascript jobs to finish, so i guess, the window is opend from javascript. This might imply, that your code has to switch to the newly opend window. Hope that helps RBRi -------------------------- Wetator Smart web application testing http://www.wetator.org On Thu, 18 Dec 2014 04:54:40 -0700 (MST) hai wrote: > >Hi, > >Thanks for your reply. >When i open the application in fire fox , it is not throwing me any error >with respective to SSL. >Even i could see the pop up window. > >One more thing i would like to add is > >pop up window consits of java script and html code. > >When i click on the pop up window and print the result, it is showing me the >parent window plus child window java script only. > >To load the pop up window i am using the following command > >*webClient.waitForBackgroundJavaScript(7000);* > >Even i am using this *webClient.getOptions().setUseInsecureSSL(true);* > >Thanks & Regards > > > > > >-- >View this message in context: http://htmlunit.10904.n7.nabble.com/Dialog-Box-tp35073p35091.html >Sent from the HtmlUnit - General mailing list archive at Nabble.com. > >------------------------------------------------------------------------------ >Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server >from Actuate! Instantly Supercharge Your Business Reports and Dashboards >with Interactivity, Sharing, Native Excel Exports, App Integration & more >Get technology previously reserved for billion-dollar corporations, FREE >http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk >_______________________________________________ >Htmlunit-user mailing list >Htm...@li... >https://lists.sourceforge.net/lists/listinfo/htmlunit-user > |