I'm automating form login in a certain site using the WebBrowser control. Having the client id of the textbox, password and button login, I'm able to do it.
The question is, can I still do it without identifying the id of the button and simulate a click?