How would I invoke a click event in a vb web browser without an id for the element?
Can you help me?
How would I invoke a click event in a vb web browser without an
Share
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.
HtmlElementobject. You don’t have the ID, so you can’t useGetElementById, but there are many others that can help you in getting the element of your interest. See the example below.InvokeMembermethod on the object to click it.Here’s an example: