wait 2 seconds more while inputing number

This commit is contained in:
2022-09-28 00:14:06 +02:00
parent 7fa4cfb0ab
commit 025787e660
+1 -1
View File
@@ -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());
}
}
)