We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d11c968 commit 8fba140Copy full SHA for 8fba140
1 file changed
examples/010-NavigationBar.au3
@@ -57,7 +57,7 @@ Func _Example()
57
58
59
; navigate to the page
60
- _NetWebView2_Navigate($oWebV2M, "https://en.wikipedia.org/wiki/List_of_countries_and_dependencies_by_population", $NETWEBVIEW2_MESSAGE__NAVIGATION_COMPLETED)
+ _NetWebView2_Navigate($oWebV2M, "https://en.wikipedia.org/wiki/List_of_countries_and_dependencies_by_population", $NETWEBVIEW2_MESSAGE__TITLE_CHANGED)
61
ConsoleWrite("navigate to the page" & @CRLF)
62
63
; Main Loop
0 commit comments