@@ -61,7 +61,7 @@ Global Enum _
61
61
; Syntax ........: _WD_NewTab($sSession[, $bSwitch = Default[, $iTimeout = Default[, $sURL = Default[, $sFeatures = Default]]]])
62
62
; Parameters ....: $sSession - Session ID from _WD_CreateSession
63
63
; $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
65
65
; $sURL - [optional] URL to be loaded in new tab
66
66
; $sFeatures - [optional] Comma-separated list of requested features of the new tab
67
67
; Return values .: Success - String representing handle of new tab
@@ -279,7 +279,7 @@ EndFunc ;==>_WD_LinkClickByText
279
279
; $sStrategy - Locator strategy. See defined constant $_WD_LOCATOR_* for allowed values
280
280
; $sSelector - Value to find
281
281
; $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
283
283
; $iOptions - [optional] Binary flags to perform addtional actions
284
284
;
285
285
; $_WD_OPTION_None (0) = No optional feature processing
@@ -696,7 +696,7 @@ EndFunc ;==>_WD_HighlightElements
696
696
; Syntax ........: _WD_LoadWait($sSession[, $iDelay = Default[, $iTimeout = Default[, $sElement = Default]]])
697
697
; Parameters ....: $sSession - Session ID from _WD_CreateSession
698
698
; $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
700
700
; $sElement - [optional] Element ID to confirm DOM invalidation
701
701
; Return values .: Success - 1
702
702
; Failure - 0 and sets the @error flag to non-zero
@@ -851,7 +851,7 @@ EndFunc ;==>_WD_PrintToPDF
851
851
; Syntax ........: _WD_jQuerify($sSession[, $sjQueryFile = Default[, $iTimeout = Default]])
852
852
; Parameters ....: $sSession - Session ID from _WD_CreateSession
853
853
; : $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
855
855
; Return values .: None
856
856
; @ERROR - $_WD_ERROR_Success
857
857
; - $_WD_ERROR_Timeout
0 commit comments