enriche search text
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user