Hello there,

I've made this post a day or 2 ago on the C# forums (the language in which i am working), but haven't gotten a respond yet. So i'm hoping (as i suppose this is java) you guys can help me.

I'm desperately in need of some help with automating a webpage.
There's this href link i need to click but it's position changes and unfortunately I can't seem to figure out how to trigger the onclick event.

Code:
<a href="page/page2" onclick="return multiform(000001,'test')">do something</a>
I dunno if i can execute it as an InvokeScript or something? Any help would be greatly appreciated.

Thanks in advance!