Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

_Demo_NavigateCheckBanner added _WD_LoadWait #394

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions wd_demo.au3
Original file line number Diff line number Diff line change
Expand Up @@ -1123,6 +1123,8 @@ Func _Demo_NavigateCheckBanner($sSession, $sURL, $sXpath)
ConsoleWrite('wd_demo.au3: (' & @ScriptLineNumber & ') : "' & $sURL & '" page view is hidden - it is possible that the message about COOKIE files was not accepted')
Return SetError(@error, @extended)
EndIf

_WD_LoadWait($sSession)
EndFunc ;==>_Demo_NavigateCheckBanner

Func SetupGecko($bHeadless)
Expand Down