Click or drag to resize

ApplicationManagerRunBrowser Method

Overload List
  NameDescription
Public methodRunBrowser(BrowserInfo, String, String)
Launches a web browser and, if a URL is specified, navigates to the web page.
Public methodRunBrowser(BrowserType, String, String)
Launches a web browser and, if a URL is specified, navigates to the web page.
Public methodRunBrowser(BrowserInfo, String, Int32, String)
Launches a web browser and, if a URL is specified, navigates to the web page.

The method pauses execution until the browser loads the page and becomes ready to accept user input or until the specified timeout is reached.

Public methodRunBrowser(BrowserType, PlatformType, String, String)
Launches a web browser of a particular bitness (32-bit or 64-bit) and, if a URL is specified, navigates to the web page.
Public methodRunBrowser(BrowserType, String, Int32, String)
Launches a web browser and, if a URL is specified, navigates to the web page.

The method pauses execution until the browser loads the page and becomes ready to accept user input or until the specified timeout is reached.

Public methodRunBrowser(BrowserType, PlatformType, String, Int32, String)
Launches a web browser of a particular bitness (32-bit or 64-bit) and, if a URL is specified, navigates to the web page.

The method pauses execution until the browser loads the page and becomes ready to accept user input or until the specified timeout is reached.

Top
See Also