Navigate Method (BrowserApplication)

Action

Navigate to the specified URL in the currently active tab/window.

Syntax

C#
webBrowser.Navigate(url)
VB
webBrowser.Navigate(url)
Variable Description
url The URL to navigate to. String.