Skip to content

Commit f409467

Browse files
authored
$iTimeout Function Headers clarification (#79)
1 parent 95a626d commit f409467

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

wd_helper.au3

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Global Enum _
6161
; Syntax ........: _WD_NewTab($sSession[, $bSwitch = Default[, $iTimeout = Default[, $sURL = Default[, $sFeatures = Default]]]])
6262
; Parameters ....: $sSession - Session ID from _WD_CreateSession
6363
; $bSwitch - [optional] Switch session context to new tab? Default is True.
64-
; $iTimeout - [optional] Period of time to wait before exiting function
64+
; $iTimeout - [optional] Period of time (in milliseconds) to wait before exiting function
6565
; $sURL - [optional] URL to be loaded in new tab
6666
; $sFeatures - [optional] Comma-separated list of requested features of the new tab
6767
; Return values .: Success - String representing handle of new tab
@@ -279,7 +279,7 @@ EndFunc ;==>_WD_LinkClickByText
279279
; $sStrategy - Locator strategy. See defined constant $_WD_LOCATOR_* for allowed values
280280
; $sSelector - Value to find
281281
; $iDelay - [optional] Milliseconds to wait before checking status
282-
; $iTimeout - [optional] Period of time to wait before exiting function
282+
; $iTimeout - [optional] Period of time (in milliseconds) to wait before exiting function
283283
; $iOptions - [optional] Binary flags to perform addtional actions
284284
;
285285
; $_WD_OPTION_None (0) = No optional feature processing
@@ -696,7 +696,7 @@ EndFunc ;==>_WD_HighlightElements
696696
; Syntax ........: _WD_LoadWait($sSession[, $iDelay = Default[, $iTimeout = Default[, $sElement = Default]]])
697697
; Parameters ....: $sSession - Session ID from _WD_CreateSession
698698
; $iDelay - [optional] Milliseconds to wait before checking status
699-
; $iTimeout - [optional] Period of time to wait before exiting function
699+
; $iTimeout - [optional] Period of time (in milliseconds) to wait before exiting function
700700
; $sElement - [optional] Element ID to confirm DOM invalidation
701701
; Return values .: Success - 1
702702
; Failure - 0 and sets the @error flag to non-zero
@@ -851,7 +851,7 @@ EndFunc ;==>_WD_PrintToPDF
851851
; Syntax ........: _WD_jQuerify($sSession[, $sjQueryFile = Default[, $iTimeout = Default]])
852852
; Parameters ....: $sSession - Session ID from _WD_CreateSession
853853
; : $sjQueryFile - [optional] Path or URL to jQuery source file
854-
; $iTimeout - [optional] Period of time to wait before exiting function
854+
; $iTimeout - [optional] Period of time (in milliseconds) to wait before exiting function
855855
; Return values .: None
856856
; @ERROR - $_WD_ERROR_Success
857857
; - $_WD_ERROR_Timeout

0 commit comments

Comments
 (0)