Skip to content

Commit df6f781

Browse files
authored
Update 006-DownloadDemo.au3
1 parent d9e2071 commit df6f781

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

examples/006-DownloadDemo.au3

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,11 @@ Func _Example()
5353
$oWebV2M.SetDownloadPath(@ScriptDir & "\Downloads_Test")
5454

5555
; navigate to the page
56-
_NetWebView2_Navigate($oWebV2M, "https://www.libreoffice.org/donate/dl/win-x86_64/25.8.4/en-US/LibreOffice_25.8.4_Win_x86-64.msi", $NETWEBVIEW2_MESSAGE__NAV_STARTING)
56+
;~ _NetWebView2_Navigate($oWebV2M, "https://www.libreoffice.org/donate/dl/win-x86_64/25.8.4/en-US/LibreOffice_25.8.4_Win_x86-64.msi", $NETWEBVIEW2_MESSAGE__NAV_STARTING)
57+
_NetWebView2_Navigate($oWebV2M, "https://www.libreoffice.org/donate/dl/win-x86_64/26.2.1/pl/LibreOffice_26.2.1_Win_x86-64.msi", $NETWEBVIEW2_MESSAGE__NAV_STARTING)
58+
#TODO AutoDetermine MSI file location
5759

60+
__Example_Log(@ScriptLineNumber, "END - close window to exit" & @CRLF)
5861
#Region ; GUI Loop
5962
; Main Loop
6063
While 1

0 commit comments

Comments
 (0)