I am trying to write a script in WebCS and for some reason laod runner is having an issue getting to the proper page, In a browser the user click a link that is styled to look like a button and is then directed to the log in screen but with load runner it reads the "#" href as a link to the current page and when it run the line of code that clicks that link it will stay on the same page and not use the onClick javascript to get to the next page like the browser does.
Any ideals on how to get around thie with either WebCS or AJAX_CS?
HTML in Browser:
<a onclick="PrimeFaces.addSubmitParam('j_idt13',{'j_idt13:j_idt22':'j_idt13:j_idt22'}).submit('j_idt13');return false;" class="ui-commandlink ui-widget" href="#" id="j_idt13:j_idt22">Log in (SSO)</a>