How to implement 2captcha to my selenium webdriver in C#

Jim433

Registered Member
Joined
Mar 23, 2018
Messages
51
Reaction score
11
Hello, i am basically in the process of creating a bot that automatically collects coins from websites that have recaptcha. I would like to know how to implement 2captcha to my program so it can do all the process automatically i am using the selenium Firefox webdriver. I'm a still a newbie in programming.

Do i have to find where the recaptcha is located in the website and then copy the code and send it to 2captcha so it can be solved?

By the way, if any of you know any better website i'm all ears.
 
They have a guide on their website: 2captcha.com/2captcha-api#solving_recaptchav2_new
 
it will be a lot easier to solve if you do it with requests and not selenium - not always possible, but usually is. Get the Ids and just send to 2capthca who will return the response for you to post to the site
 
Back
Top