1.0.6 • Published 7 months ago

puppeteer-nopecha v1.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
7 months ago

puppeteer-nopecha

npm i puppeteer puppeteer-extra puppeteer-nopecha

You can use it as in the example below. NopeCHA automatically installs the Captcha Solver plugin and activates your key.

const puppeteer = require('puppeteer-extra');
const NopeCHA = require('puppeteer-nopecha')

NopeCHA.setKey('<key>')
puppeteer.use(NopeCHA);

puppeteer.launch({ headless: false }).then(async (browser) => {
    const page = await browser.newPage();
    await page.goto('https://accounts.hcaptcha.com/demo')
});
1.0.6

7 months ago

1.0.5

7 months ago

1.0.4

7 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago