Merge remote-tracking branch 'origin/master'

This commit is contained in:
2022-12-10 10:25:19 +01:00
+7
View File
@@ -83,6 +83,9 @@ class GeoCaptchaSolver {
// fieldInputs[i].value = number_list[i]; // fieldInputs[i].value = number_list[i];
await delay(500 + getRandomWaitTime()); await delay(500 + getRandomWaitTime());
} }
if (!this.page.isClosed()) {
try {
let content = await captcha_container.innerHTML() let content = await captcha_container.innerHTML()
console.log("inner container is " + content) console.log("inner container is " + content)
try { try {
@@ -94,6 +97,10 @@ class GeoCaptchaSolver {
} catch (e) { } catch (e) {
console.log(e) console.log(e)
} }
} catch (e) {
console.log(e)
}
}
} }
) )
} else { } else {