From: Vinay M. <vin...@gm...> - 2004-10-15 16:06:46
|
Hi, I used htmlunit to log onto a site having a couple of frames. To confirm that I am at the right page, I tried dumping (HtmlPage)page.asText() and I ended up with a message "Frames are required. Microsoft IE 3.0 or greater and Netscape 2.0 or greater support frames." Can somebody help me around two issues please ? 1. asText() should return me the page as it is seen in the browser. This I presume is the html of the page. Can I be validated here ? 2. I believe I havent been able to successfully get to the page I needed because of the frames. Is there a way to get around this too ? Thanks a lot, Best Regards Vinay P.S: for the benefit of the list, I did like to mention that, https connections fail on older versions of j2sdk 1.4. SSL support comes intergrated with 1.4, but apparently certain Verisign certificates included there have expired. Therefore it would be better to upgrade to the latest j2sdk version available(1.4.2_06). Otherwise we might end up with an exception saying "no trusted certificate found" |