Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 670 Bytes

readme.md

File metadata and controls

25 lines (18 loc) · 670 Bytes

BestCaptchaSolver automation examples

Example in C#, showing how to use bypass captchas service from bestcaptchasolver.com with 3 different types of captchas:

  • image captcha (classic)
  • reCAPTCHA v2
  • invisible reCAPTCHA

Usage

Install the needed dependencies:

  • chromedriver
  • selenium webdriver
  • htmlagilitypack

Then set your access token

private string ACCESS_TOKEN = "BAC21DFA5FE5415CA9608BED45F8D703";

Run the bcs-automation project inside Visual Studio

For more information check our captcha solver automation page