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