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 (array<String^>^)

 

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

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

public:
static BrowserWindow^ Launch(
	... array<String^>^ arguments
)

Parameters

arguments
Type: array<System::String^>^

An array of command-line arguments to launch the browser window.

Return Value

Type: Microsoft.VisualStudio.TestTools.UITesting::BrowserWindow^

The Web browser window object.

Return to top
Show: