reduce the input delay to 800ms

This commit is contained in:
2022-12-02 12:33:16 +01:00
parent 4de6d20b72
commit d1478e734b
+1 -1
View File
@@ -75,7 +75,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(1000 + getRandomWaitTime());
await delay(800 + getRandomWaitTime());
}
try {
if (number_list.length === 0) {