Skip to content

Example in C#, showing how to use bypass captchas service from bestcaptchasolver.com

License

Notifications You must be signed in to change notification settings

bestcaptchasolver/automation-csharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Example in C#, showing how to use bypass captchas service from bestcaptchasolver.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages