recaptchevade
Advanced tools
Comparing version
{ | ||
"name": "recaptchevade", | ||
"version": "1.0.2", | ||
"description": "Auto Solve Recaptchav2 with puppeteer", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"keywords": [ | ||
"Recaptcha", | ||
"RecaptchaV2", | ||
"captcha", | ||
"puppeteer", | ||
"puppeteer-core" | ||
], | ||
"author": "Jamie Nichols", | ||
"license": "ISC", | ||
"dependencies": { | ||
"@infosimples/node_two_captcha": "^1.0.2" | ||
} | ||
"name": "recaptchevade", | ||
"version": "1.0.3", | ||
"description": "Auto Solve Recaptchav2 with puppeteer", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"keywords": [ | ||
"Recaptcha", | ||
"RecaptchaV2", | ||
"captcha", | ||
"puppeteer", | ||
"puppeteer-core" | ||
], | ||
"author": "Jamie Nichols", | ||
"license": "ISC", | ||
"dependencies": { | ||
"@infosimples/node_two_captcha": "^1.0.2" | ||
} | ||
} |
@@ -14,3 +14,3 @@ # Recaptchevade | ||
}(async () => { | ||
const browser = await puppeteer.load(browserOptions) | ||
const browser = await puppeteer.launch(browserOptions) | ||
const page = await browser.newPage() | ||
@@ -17,0 +17,0 @@ await page.goto("https://www.google.com/recaptcha/api2/demo") |
2291
-2.14%