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 5d42c53 commit da78392Copy full SHA for da78392
wd_core.au3
@@ -549,7 +549,7 @@ EndFunc ;==>_WD_Action
549
; ===============================================================================================================================
550
Func _WD_Window($sSession, $sCommand, $sOption = '')
551
Local Const $sFuncName = "_WD_Window"
552
- Local $sResponse, $sJSON, $sResult = "", $iErr
+ Local $sResponse, $oJSON, $sResult = "", $iErr
553
554
$sCommand = StringLower($sCommand)
555
0 commit comments