Navigate to a URL. Resolves when the main frame's load completes (WKNavigationDelegate didFinishNavigation).
method
WebView.navigate
url: string
): Promise<void>;
await view.navigate("https://example.com");
await view.navigate("data:text/html,<h1>hello</h1>");