From: Ahmed A. <asa...@ya...> - 2017-03-31 14:58:15
|
Hi, I guess you have fully read .http://htmlunit.sourceforge.net/submittingJSBugs.html To find the offending line, you can put alert() at various places, compare the result of HtmlUnit to a real browser (Chrome, Firefox or Internet Explorer), and you will mostly be able to provide a tiny failing test case which contains few lines of JavaScript (independent of the whole JavaScript library), please have a look at some sample test cases. Once the cause is identified, it is very likely to be fixed in a timely manner. From: jplistero <jpl...@gm...> To: htm...@li... Sent: Friday, March 31, 2017 4:06 PM Subject: Re: [Htmlunit-user] click doesn't work Hi I am not sure how to do it for this case, this is de code for the button: <input class="botonSub" id="commandConsultar" name="commandConsultar" onclick="A4J.AJAX.Submit('_viewRoot','form',event,{'similarityGroupingId':'commandConsultar','parameters':{'commandConsultar':'commandConsultar'} ,'actionUrl':'/ConsultaCFE/form/consultarCuenta.jsf;jsessionid=EDB70DE7649D858CA52C25C1855C8F9D'} );return false;" value="Consultar >>" type="button"> Kind of lost here, I am not sure what else try it. thank you in advance. -- View this message in context: http://htmlunit.10904.n7.nabble.com/click-doesn-t-work-tp41322p41328.html Sent from the HtmlUnit - General mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Htmlunit-user mailing list Htm...@li... https://lists.sourceforge.net/lists/listinfo/htmlunit-user |