I'm developing a C # application and need to do the following: I need to initially enter a site on a specific page. However it is necessary to start a session, do not just put the link directly from the login page. You must enter the Home page of the site and enter the login area. For this I need my application to enter the site and do the login .
The site in question is link in the exclusive content section. The login page is redirected to request a password that will be sent either by SMS or by e-mail. For this the application should enter this new page and execute the send password button via email. Until then, I was able to log in to the e-mail and get the password, but I was not able to take the first steps (enter the site, log in and run the receive button via email). I've done a lot of searching on the internet, I've read a lot of forums (including here) and the best option I've seen is to use HTML Agility Pack (I'm using visual studio 2015 and the application and console itself) p>