From: Kevin M. <km...@se...> - 2005-08-08 16:00:57
|
On Aug 8, 2005, at 11:51 AM, Brad Clarke wrote: > That was fixed in 1.3 and there is a unit test for it. Okay, well I'm using 1.6. So any thoughts as to what may be going wrong? Just to give a snippet of what I'm doing: final HtmlPage nextPage = (HtmlPage) getForm().getInputByName ("sameShippingInfo").click(); final HtmlForm form = nextPage.getFormByName("add"); where getForm() is a method I have that returns the only form for the current page. nextPage gets set to the current page and form gets set to the same form that getForm() returns. Any help would be appreciated. Thanks, Kevin |