1.0.0 • Published 5 years ago

puppeteer-recaptcha-neo v1.0.0

Weekly downloads
1
License
Apache 2.0
Repository
-
Last release
5 years ago

Sample recognize reCaptch on the site: https://www.google.com/recaptcha/api2/demo

This is sample how recognize reCaptcha in puppeteer.

Getting Started

Installation

To use puppeteer-reCaptcha-neo in your project, run:

git clone https://github.com/neovav/puppeteer-reCaptcha-neo
cd puppeteer-reCaptcha-neo
npm i

Usage

Execute script on the command line

node index.js

Parameters for script

  • --debug : parameter for enable debug mode
  • --key : The key from site: https://anti-captcha.com
  • --wait : Timeout for reCaptcha recognize

Execute script with additions parameters:

node submit.js --debug --key xxxxxxxxxxxxxx --wait 600