¿Cómo hago clic en el botón en el siguiente HTML en capserjs, por favor? ¿El botón parece no tener identificación ni ningún atributo compatible con casperjs? Gracias.
<form id="bottomNavigationButtonsFormID" name="bottomNavigationButtonsForm" action="/ucc/searchHome.action" method="post"> <table width="100%"> <tbody><tr width="100%"> <td width="40%" style="text-align:right"> <button type="button" onclick="window.history.go(-1);">Back</button> </td> <td width="60%" style="text-align:left"> <button type="button" onclick="this.form.submit();">Search</button> </td> </tr> </tbody></table> <input type="hidden" id="navigationButtonFormBasicCSRFTokenID" name="CSRFToken" value="aCrjOHDTNAJzuUsgAOYf7GUxEZdTiXSzi-_XyKj5Gzs"> </form>