USED: C #, WebDriver (if necessary)
I want to write a parser that will download information programmatically (without a browser).
But some sites have a hard-boiled captcha.
In order not to tinker with the passage of a captcha programmatically, is it possible to implement the following scenario?
SCENARIO:
- We go to the site through a browser (either with a regular C # browser or using WebDriver);
- Pass the captcha in the manual;
- Copy cookies;
- Next, the program begins to parse. Requests for parsing are sent with previously generated cookies.
QUESTION
1. Is it possible to implement this scenario?
PS Only I master, therefore there can be inaccuracies in the formulation of a question and terminology.