This is for a Desktop C# app in Visual Studio Express 2012.
I am trying to use a webBrowser control to automatically logon to various websites but I'm unable to find the LogIn button and issue a 'click' for this particular website. I was able to locate the Username and Password fields and populate values for those without an problem. It's just that I can't seem to issue a 'click' to complete the logon.
The website in question is https://www.my.telstra.com.au/myaccount/home?red=/myaccount/
Using Google Chrome I inspected the code for the LogIn button and found this:
< div class="submit submit_buttons form-row"> < a class="btn-blue" title="Button to Login to My Account" href="javascript:void(0)">Log in < /div>
Any help would be greatly appreciated!
Mick
note this question is a follow-on from a previous question related to same the website WebBrowser website timeout which was answered successfully.