I have done extensive research in using this for navigation.
It’s not easy, but I think I am on the verge of successful auto-navigating using this feature.
Cookies is my downfall, I am not yet 100% sure if what I am making is going to work, but that’s the life of a programmer.
I have been searching for a way to use webbrowser control in conjunction with the webclient class to auto authenticate to a website and then to auto-download a file. I thought I could use webclient.DownloadFile however the website doesn’t get my credentials for which cookies are set when I auto login to the site using the webbrowser control and navigate to the place to download the file. The webbrowser control doesn’t have a filedownload function as the webclient control does so I thought I could ......