enriche search text

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