Hi there,
I have the following code:
The code itself works fine - it cycles through the webpage looking for input elements with the value of "submit", and when it finds one, it clicks it.![]()
Please Login or Register to view this content.
My issue is that I've cycled through all of the available INPUT elements on the page I'm trying to sign in to, and the actual element that controls me logging in is this:
So it's a button that says "go", and the actual btnInput.Value of this button is null. If I change the macro to read:![]()
Please Login or Register to view this content.
then it will "click" on the first null input that it finds, which unfortunately, is not the login element. I'm confused as to how to "click" on this when it has no label, and when it's about the 4th or 5th element on the page that has no label.![]()
Please Login or Register to view this content.
Bookmarks