Skip to content

Commit 8fba140

Browse files
authored
Update 010-NavigationBar.au3
1 parent d11c968 commit 8fba140

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/010-NavigationBar.au3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Func _Example()
5757

5858

5959
; navigate to the page
60-
_NetWebView2_Navigate($oWebV2M, "https://en.wikipedia.org/wiki/List_of_countries_and_dependencies_by_population", $NETWEBVIEW2_MESSAGE__NAVIGATION_COMPLETED)
60+
_NetWebView2_Navigate($oWebV2M, "https://en.wikipedia.org/wiki/List_of_countries_and_dependencies_by_population", $NETWEBVIEW2_MESSAGE__TITLE_CHANGED)
6161
ConsoleWrite("navigate to the page" & @CRLF)
6262

6363
; Main Loop

0 commit comments

Comments
 (0)