Dear, it was not the first time nor last time that I needed to implement an automatic routine that accesses a Web site or system created in the WebForms platform to capture information.
It has been extremely costly to make any form of automation for capturing and automatically navigating this type of web application with only WebRequests (C #) and / or WebClient (C #).
Please note that here I am totally disregarding the possibility of using an InternetExplorer.Application since I do not intend to use objects that depend on the interface to execute (run on servers, services, etc.)
Is there any more practical way that I can not see?