You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "puppeteer-real-browser",
3
-
"version": "1.3.10",
3
+
"version": "1.3.11",
4
4
"description": "This package is designed to bypass puppeteer's bot-detecting captchas such as Cloudflare. It acts like a real browser and can be managed with puppeteer.",
assert.strictEqual(check ? true : false,true,"Datadome Bot Detector test failed! [This may also be because your ip address has a high spam score. Please try with a clean ip address.]")
106
+
})
87
107
108
+
// If this test fails, please first check if you can access https://antcpt.com/score_detector/
assert.strictEqual(detect,true,"Fingerprint JS Bot Detector test failed!")
119
+
assert.strictEqual(Number(score)>=0.7,true,"(please first check if you can access https://antcpt.com/score_detector/.) Recaptcha V3 Score (hard) should be >=0.7. Score Result: "+score)
assert.strictEqual(check ? true : false,true,"Datadome Bot Detector test failed! [This may also be because your ip address has a high spam score. Please try with a clean ip address.]")
109
+
})
110
+
111
+
// If this test fails, please first check if you can access https://antcpt.com/score_detector/
assert.strictEqual(Number(score)>=0.7,true,"(please first check if you can access https://antcpt.com/score_detector/.) Recaptcha V3 Score (hard) should be >=0.7. Score Result: "+score)
0 commit comments