I have a WebBrowser1 object. I can load page successfully. I want to click an a href element. It has to be same as user click because it executes some javascripts. How can i do that ?
Microsoft Visual Studio 2010 C# .net 4.0
Thank you.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
if the element has an
idlike thisyou can do something like this.