J
JonWayn
I am trying to use the WebBrowser control to automate a job task which
requires me to log in to a specific website, enter a date range into 2
textboxes, hit a button to see if there is any data posted for that date
range, and finally download any data that is posted. I use the Navigate
method of the WebBrowser control and it navigates to the web site ok.
However, once I have the page displayed in the control, I have no idea how to
fill the textboxes with the date range and then how to click the button.
Also, how do I find out what the names of the elements on that page are? Do I
need to know their names in order to use them. If anyone here knows the
answers to these questions, please enlighten me.
Thanks
requires me to log in to a specific website, enter a date range into 2
textboxes, hit a button to see if there is any data posted for that date
range, and finally download any data that is posted. I use the Navigate
method of the WebBrowser control and it navigates to the web site ok.
However, once I have the page displayed in the control, I have no idea how to
fill the textboxes with the date range and then how to click the button.
Also, how do I find out what the names of the elements on that page are? Do I
need to know their names in order to use them. If anyone here knows the
answers to these questions, please enlighten me.
Thanks