wait 2 seconds more while inputing number
This commit is contained in:
@@ -70,7 +70,7 @@ class GeoCaptchaSolver {
|
||||
await iframeHandler.locator(selector).focus()
|
||||
await iframeHandler.locator(selector).fill("" + number_list[i - 1])
|
||||
// fieldInputs[i].value = number_list[i];
|
||||
await delay(getRandomWaitTime());
|
||||
await delay(2000 + getRandomWaitTime());
|
||||
}
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user