Skip to content

Commit 6c3631f

Browse files
Update README.md
1 parent ddf8641 commit 6c3631f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Examples of API requests for different captcha types are available on the [JavaS
4242
- [balance](#balance)
4343
- [Proxies](#proxies)
4444
- [Examples](#examples)
45+
- [Examples using Puppeteer](#examples-using-puppeteer)
4546
- [Useful articles](#useful-articles)
4647
- [Get in touch](#get-in-touch)
4748
- [Join the team 👪](#join-the-team-)
@@ -551,6 +552,14 @@ solver.recaptcha({
551552

552553
Examples of solving all supported captcha types are located in the [examples] directory.
553554

555+
## Examples using Puppeteer
556+
Also we have a separate repositories you can find examples of solving captcha using Puppeteer.
557+
At the moment we have implemented examples of bypassing Cloudflare Challenge page and reCAPTCHA.
558+
Links:
559+
- [Cloudflare Bypassing Demo using Puppeteer](https://github.com/2captcha/cloudflare-demo)
560+
- [Solving reCAPTCHA V2 using Puppeteer and clicks](https://github.com/2captcha/puppeteer-recaptcha-solver-using-clicks)
561+
562+
554563
## Useful articles
555564
* [How to bypass captcha using JavaScript](https://2captcha.com/blog/how-to-use-javascript-to-bypass-captcha#how-to-solve-and-bypass-a-captcha-with-javascript-using-npm-package-2captchacaptcha-solver)
556565
* [Bypassing Cloudflare Challenge with Puppeteer and 2Captcha](https://2captcha.com/blog/bypassing-cloudflare-challenge-with-puppeteer-and-2captcha)

0 commit comments

Comments
 (0)