You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,7 @@ Examples of API requests for different captcha types are available on the [JavaS
42
42
-[balance](#balance)
43
43
-[Proxies](#proxies)
44
44
-[Examples](#examples)
45
+
-[Examples using Puppeteer](#examples-using-puppeteer)
45
46
-[Useful articles](#useful-articles)
46
47
-[Get in touch](#get-in-touch)
47
48
-[Join the team 👪](#join-the-team-)
@@ -551,6 +552,14 @@ solver.recaptcha({
551
552
552
553
Examples of solving all supported captcha types are located in the [examples] directory.
553
554
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
+
554
563
## Useful articles
555
564
*[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)
556
565
*[Bypassing Cloudflare Challenge with Puppeteer and 2Captcha](https://2captcha.com/blog/bypassing-cloudflare-challenge-with-puppeteer-and-2captcha)
0 commit comments