Puppeteer example for solving reCAPTCHA through https://bestcaptchasolver.com service built in NodeJS
Clone this repository using
git clone https://github.com/bestcaptchasolver/puppeteer-recaptcha-exampleInstall dependencies
cd puppeteer-recaptcha-example
npm iReplace the value of this variable with your actual access token
If you don't have a token or account, register here and add some credit to your account.
const ACCESS_TOKEN = 'YOUR_ACCESS_TOKEN'Run the main.js node application
node main.js