Skip to content

Commit 1377272

Browse files
committed
Fix: Prevent premature exit in _WD_WaitElement
1 parent b684d14 commit 1377272

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wd_helper.au3

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,8 +267,8 @@ Func _WD_WaitElement($sSession, $sStrategy, $sSelector, $iDelay = 0, $iTimeout =
267267
ExitLoop
268268
EndIf
269269

270-
ElseIf $iErr <> $_WD_ERROR_NoMatch Then
271-
ExitLoop
270+
;~ ElseIf $iErr <> $_WD_ERROR_NoMatch Then
271+
;~ ExitLoop
272272
EndIf
273273

274274
If (TimerDiff($hWaitTimer) > $iTimeout) Then

0 commit comments

Comments
 (0)