Puppeteer-extra: recaptcha-plugin HCaptcha support

Created on 30 Mar 2020  路  6Comments  路  Source: berstend/puppeteer-extra

There is a new captcha provider https://www.hcaptcha.com/ and some sites are moving to them. It will be nice to be able to parse them as well.

enhancement prs-welcome

Most helpful comment

Considering this, having hCaptcha support would be a great thing

https://blog.cloudflare.com/moving-from-recaptcha-to-hcaptcha/

All 6 comments

Considering this, having hCaptcha support would be a great thing

https://blog.cloudflare.com/moving-from-recaptcha-to-hcaptcha/

Pull requests to add this are very welcomed :)

Would love to see this functionality added.

@phillipalexander hCaptcha support has landed (#383) 馃槃

I opted to re-use the existing APIs so just upgrade to [email protected] and page.solveRecaptchas() will take care of those:

reCAPTCHA v2, reCAPTCHA v3, invisible reCAPTCHA, hCaptcha, invisible hCaptcha

Note: Playwright support (#303) is right around the corner and will support solving captchas in Firefox & Webkit as well. :-)

@phillipalexander hCaptcha support has landed (#383) 馃槃

I opted to re-use the existing APIs so just upgrade to [email protected] and page.solveRecaptchas() will take care of those:

reCAPTCHA v2, reCAPTCHA v3, invisible reCAPTCHA, hCaptcha, invisible hCaptcha

Note: Playwright support (#303) is right around the corner and will support solving captchas in Firefox & Webkit as well. :-)

i tried but it doesn't work with cloudflare hcaptcha. Nothing happen after await page.solveRecaptchas()

Was this page helpful?
0 / 5 - 0 ratings