@@ -3071,7 +3071,6 @@ Func _WD_GetElementByRegEx($sSession, $sMode, $sRegExPattern, $sRegExFlags = "",
3071
3071
" }" & _
3072
3072
" "
3073
3073
3074
- $sRegExPattern = StringReplace ($sRegExPattern , ' \' , ' \\' )
3075
3074
Local $sJavaScript = StringFormat ($sJS_Static , $sMode , $sRegExPattern , $sRegExFlags , StringLower ($bAll ))
3076
3075
Local $oValues = _WD_ExecuteScript($sSession , $sJavaScript , Default , False , $_WD_JSON_Value )
3077
3076
$iErr = @error
@@ -3105,7 +3104,7 @@ EndFunc ;==>_WD_GetElementByRegEx
3105
3104
3106
3105
; #FUNCTION# ====================================================================================================================
3107
3106
; Name ..........: _WD_Storage
3108
- ; Description ...: Provide access to the broswer 's localStorage and sessionStorage objects
3107
+ ; Description ...: Provide access to the browser 's localStorage and sessionStorage objects
3109
3108
; Syntax ........: _WD_Storage($sSession, $sKey[, $vValue = Default[, $nType = Default]])
3110
3109
; Parameters ....: $sSession - Session ID from _WD_CreateSession
3111
3110
; $vKey - Key to manipulate.
@@ -3116,7 +3115,10 @@ EndFunc ;==>_WD_GetElementByRegEx
3116
3115
; Response from _WD_ExecuteScript() and sets @error to value returned from _WD_ExecuteScript()
3117
3116
; Author ........: Danp2
3118
3117
; Modified ......:
3119
- ; Remarks .......: See below for special conditions --
3118
+ ; Remarks .......: Data is stored and retrieved without modification. Translations or string
3119
+ ; encoding / decoding should occur outside of this function.
3120
+ ;
3121
+ ; See below for special conditions --
3120
3122
;
3121
3123
; | Parameter | Condition | Action |
3122
3124
; |-----------|-----------|----------------------------|
0 commit comments