Skip to content

Commit b2a7d38

Browse files
authored
Reformat and update BasicFramesDemo.au3
1 parent 1ca26fd commit b2a7d38

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

examples/018-BasicFramesDemo.au3

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ Func Main()
8282
ConsoleWrite("+ Example part 3 - testing NetWebView2Lib methodes .GetFrameHtmlSource($IDX_Frame)" & @CRLF)
8383
Local $oFrame
8484
For $IDX_Frame = 0 To $iFrameCount - 1
85-
ConsoleWrite(@CRLF & "======================================================" & @CRLF)
8685
$oFrame = $oWebV2M.GetFrame($IDX_Frame)
8786
If Not IsObj($oFrame) Then ContinueLoop
8887
Local $sHtmlSource = _WebView2_FrameGetHtmlSource($oFrame)
88+
ConsoleWrite(@CRLF & "======================================================" & @CRLF)
8989
ConsoleWrite("! " & @ScriptLineNumber & " : GetFrameHtmlSource(" & $IDX_Frame & ") :" & @CRLF & $sHtmlSource & @CRLF)
9090
Next
9191
ConsoleWrite(@CRLF & "======================================================" & @CRLF)
@@ -202,3 +202,4 @@ Func __Example_Log($s_ScriptLineNumber, $sString, $iError = @error, $iExtended =
202202
ConsoleWrite(@ScriptName & ' SLN=' & $s_ScriptLineNumber & ' [' & $iError & '/' & $iExtended & '] ::: ' & $sString & @CRLF)
203203
Return SetError($iError, $iExtended, '')
204204
EndFunc ;==>__Example_Log
205+

0 commit comments

Comments
 (0)