ApplicationManagerRunBrowser Method |
Name | Description | |
---|---|---|
RunBrowser(BrowserInfo, String, String) |
Launches a web browser and, if a URL is specified, navigates to the web page.
| |
RunBrowser(BrowserType, String, String) |
Launches a web browser and, if a URL is specified, navigates to the web page.
| |
RunBrowser(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. | |
RunBrowser(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.
| |
RunBrowser(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. | |
RunBrowser(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. |