GeckoWebBrowserExtensionsNavigateAndWait Method

Overload List

NavigateAndWait(GeckoWebBrowser, String) Navigates to the specified url and waits the page to be loaded.
NavigateAndWait(GeckoWebBrowser, Uri) Navigates to the specified url and waits the page to be loaded.
NavigateAndWait(GeckoWebBrowser, String, GeckoLoadFlags) Navigates to the specified url and waits the page to be loaded.
NavigateAndWait(GeckoWebBrowser, Uri, GeckoLoadFlags) Navigates to the specified url and waits the page to be loaded.
NavigateAndWait(GeckoWebBrowser, String, GeckoLoadFlags, String, MimeInputStream) Navigates to the specified url and waits the page to be loaded.
NavigateAndWait(GeckoWebBrowser, Uri, GeckoLoadFlags, String, MimeInputStream) Navigates to the specified url and waits the page to be loaded.
NavigateAndWait(GeckoWebBrowser, String, GeckoLoadFlags, String, MimeInputStream, MimeInputStream) Navigates to the specified url and waits the page to be loaded.
NavigateAndWait(GeckoWebBrowser, Uri, GeckoLoadFlags, String, MimeInputStream, MimeInputStream) Navigates to the specified url and waits the page to be loaded.

See Also