I have the following retrieved from the web page:
<a href="#" onclick="onClkRdMsg(this, 'IPM.Note', 1, b4);">next page</a>
the onclick=onClkRdMsg
is constantly changing, is there any method to click on the next page button directly?
since the onclick
selector is keep changing, and the href=# if not working, sorry for not having code included here.
just want to know how to click on the next page...
casper.then(function (){
this.click("[????='next page']");
});
what is the ????