add logs for result of audio captcha
This commit is contained in:
@@ -77,6 +77,8 @@ class GeoCaptchaSolver {
|
|||||||
// fieldInputs[i].value = number_list[i];
|
// fieldInputs[i].value = number_list[i];
|
||||||
await delay(2000 + getRandomWaitTime());
|
await delay(2000 + getRandomWaitTime());
|
||||||
}
|
}
|
||||||
|
let content = await captcha_container.innerHTML()
|
||||||
|
console.log("inner container is " + content)
|
||||||
try {
|
try {
|
||||||
if (number_list.length === 0) {
|
if (number_list.length === 0) {
|
||||||
onResult(false)
|
onResult(false)
|
||||||
|
|||||||
Reference in New Issue
Block a user