O
O. Olson
Hi,
I am a bit new to the dot Net Framework. I want to know if it is
possible to click a button in Internet Explorer using C#.
I know that we can start an instance of IE using
System.Diagnostics.Process.Start("http://www.yahoo.com/");
I want to know if it is possible for us to be able to log in to my
email account i.e. submit the login name and passwd in the opened IE
instance.
I have actually managed to do this through Perl (SAMIE http://samie.sourceforge.net/)
- It does it by accessing the DOM. However I don't know how to do this
in C#.
Thanks a lot,
O.O.
I am a bit new to the dot Net Framework. I want to know if it is
possible to click a button in Internet Explorer using C#.
I know that we can start an instance of IE using
System.Diagnostics.Process.Start("http://www.yahoo.com/");
I want to know if it is possible for us to be able to log in to my
email account i.e. submit the login name and passwd in the opened IE
instance.
I have actually managed to do this through Perl (SAMIE http://samie.sourceforge.net/)
- It does it by accessing the DOM. However I don't know how to do this
in C#.
Thanks a lot,
O.O.