Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

BrowserWindow::Launch Method

 

Launches a Web browser window.

Namespace:   Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticLaunch()

Launches a Web browser window and returns the Web browser window object.

System_CAPS_pubmethodSystem_CAPS_staticLaunch(array<String^>^)

Launches a Web browser window by using the given array of command-line arguments and returns the browser window object.

System_CAPS_pubmethodSystem_CAPS_staticLaunch(Uri^)

Launches a Web browser window by using the given URI and returns the Web browser window object.

Return to top
Show: