community! I need your help. I faced with the problem where I have to log into the site to parse some information. I can't find the information how I can log into the site by CsQuery, but I found information that I can to log into the site by WebClient or WebRequest and then parse using the CsQuery. But how I can union WebRequest and CsQuery ?
Additional information:
- Use GET query.
- Save cookies when I logged the first time.
- Login form is in the popup (modal window)
Sorry if I duplicated, but I can't find the information that I needed. Thank you for your help.