G
Guest
Hi,
I'm trying to automate a login and file download process. This occurs over the web.
I have the code that opens Internet Explorer and navigates to the website. The first page that comes up is a login page. My goal is to have c# add the user name and password to the appropriate text boxes. After that I would like c# to simulate button clicks (I can get the actual url if need be) to select and download the appropriate file.
Can someone point me in the right direction for coding this?
Thanks,
Jeff
I'm trying to automate a login and file download process. This occurs over the web.
I have the code that opens Internet Explorer and navigates to the website. The first page that comes up is a login page. My goal is to have c# add the user name and password to the appropriate text boxes. After that I would like c# to simulate button clicks (I can get the actual url if need be) to select and download the appropriate file.
Can someone point me in the right direction for coding this?
Thanks,
Jeff