reduce the input delay to 800ms
This commit is contained in:
@@ -75,7 +75,7 @@ class GeoCaptchaSolver {
|
|||||||
await iframeHandler.locator(selector).focus()
|
await iframeHandler.locator(selector).focus()
|
||||||
await iframeHandler.locator(selector).fill("" + number_list[i - 1])
|
await iframeHandler.locator(selector).fill("" + number_list[i - 1])
|
||||||
// fieldInputs[i].value = number_list[i];
|
// fieldInputs[i].value = number_list[i];
|
||||||
await delay(1000 + getRandomWaitTime());
|
await delay(800 + getRandomWaitTime());
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
if (number_list.length === 0) {
|
if (number_list.length === 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user