aw1875 / puppeteer-hcaptcha

A library to solve hcaptcha challenges that are automated within puppeteer. You can automatically set response values where they should be so the only thing left for you is submitting the page or you can get the response token.
https://www.npmjs.com/package/puppeteer-hcaptcha
137 stars 38 forks source link

Export `solveCaptcha` #49

Closed Revadike closed 2 years ago

Revadike commented 2 years ago

For non-regular pages (like API requests, or non-GET requests), it is helpful to be able to use just the solveCaptcha function. Also, if for whatever reason you want to do a custom sitekey and/or host, you can do it this way.