I am sending web requests to a site and getting the responsestream and would like to perform the button click programatically, here is the tag for the event:
<a href="#" onclick="getResults('apple', 2); return false;" id="nextLink" class="next button_grey_sm">Next »</a>
any ideas appreciated?