The example clearly demonstrates the concentration of Yandex captcha solution using the coordinate method. The captcha is solved using JavaScript library Puppeteer. The captcha is solved in the 2captcha.com service.
Program algorithm:
- Сaptcha images and captcha instructions are retrieved on page
- The captcha is sent to the service 2captcha for solving
- The resulting answer in the form of coordinates is using on the page. Use Puppeteer to click on the obtained coordinates
- Click on the button to check the result
- Clone repo
- Install dependencies
npm install
- Set 2captcha api key in
index.js
file - Run
npm run start
Yandex-Captcha-Video-Bypass.mp4
- Checking if the captcha is updated on the page
- Handling incorrect captcha solution