Hey,
I'm looking for a way to login to my website using autoit (proof can be given that I own the said website) read the contents of the page and if a certain bit of html is found on the page it needs to navigate to a javascript function:
If this exists: <a href="javascript:B()">Click</a>
Navigate to: javascript:B()
I could do with some pointers :/