Skip to content

This plugin allows you to easily install and use the NopeCHA Chrome extension with puppeteer.

Notifications You must be signed in to change notification settings

zfcsoftware/puppeteer-nopecha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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')
});

About

This plugin allows you to easily install and use the NopeCHA Chrome extension with puppeteer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published