Hi!
I'm using the webbrowser subministrated by .net end I would like to know if there's anyway to, for example, click a web button by knowing its html code. I mean, I can take the html code and I can see where the button is set. Can I call any method to click this button I've found?
I know that with the IE web browser I can do that by searching by tag name and them calling the click method, but I would like to do that with the .net control.
THANKYOU!!!