Automate Form login in website using Webbrowser control

Posted by Jepe d Hepe on Stack Overflow See other posts from Stack Overflow or by Jepe d Hepe
Published on 2010-03-16T01:33:33Z Indexed on 2010/03/16 1:39 UTC
Read the original article Hit count: 524

Filed under:
|
|
|

ism automating form login in a certain site using webbrowser control. With the client id of the textbox, password and button login, i was able to do it.

Question is, can i still do it without identifying the id of the button and simulate click?

© Stack Overflow or respective owner

Related posts about webbrowser

Related posts about c#