
Enumerating Elements in WB document
Please can someone point me in the right direction. I want to get ID, Name,
tagName (if the latter exist) for all elements in a document in webbrowser
control and display them. I am sure its easy but I can't make it work !
After that what I really want to do is to navigate to a submit button and
click it. The HTML source for the form document shows no "name" for the
submit button so I can't do ' Document.All("<name>").Click '. Hoping to get
to it by ID (if I could enumerate the elements !)
--
David Bytheway