We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7f0054 commit 79e5983Copy full SHA for 79e5983
wd_core.au3
@@ -321,7 +321,7 @@ Global $_WD_ERROR_MSGBOX = True ; Shows in compiled scripts error messages in ms
321
Global $_WD_DEBUG = $_WD_DEBUG_Info ; Trace to console and show web driver app
322
323
Global $_WD_WINHTTP_TIMEOUTS = True
324
-Global $_WD_HTTPTimeOuts[3] = [0, 60000, 30000, 30000]
+Global $_WD_HTTPTimeOuts[4] = [0, 60000, 30000, 30000]
325
#EndRegion Global Variables
326
327
; #FUNCTION# ====================================================================================================================
0 commit comments