From: Kevin M. <km...@se...> - 2005-08-08 15:31:13
|
Hey all, I'm fairly new to HtmlUnit, so apologies if this has been covered before (the only related message I could find in the archives was over a year old). Basically, I have a form with a check box and when the box is clicked it fires off a JavaScript event that submits the form. The click() method, however, is not returning the new page after the form submission but rather the page that the check box was contained in. Is this not the correct approach to capturing that new page instance? Thanks, Kevin |