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.
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.
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.