I want to run a remote page, I do not care what this page does, I just need to run it and expect it to load 100% to run another, and so on.
I do not need to retrieve any information from this page.
Can be in Windows.Form, Console App. with any component, etc. I tried with XmlDocument, RestSharp and nothing.
Today the only way I managed was with webbrowser, but I made manual buttons, I could not get it to understand when the page is 100% loaded.