I have this webpage with a buttons for submission and I did not assign them with id or name.
I applied this code For Each BTN In HTML.documentElement.getAttribute("BUTTON") but I get object required error.
I also tried For Each btn In HTML.button, but there is no such thing as html.button
I applied this code For Each BTN In HTML.documentElement.getAttribute("BUTTON") but I get object required error.
I also tried For Each btn In HTML.button, but there is no such thing as html.button