BrowserWindow.Launch Method
Launches a Web browser window and returns the Web browser window object.
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Public Shared Function Launch As BrowserWindow
public static BrowserWindow Launch()
public:
static BrowserWindow^ Launch()
static member Launch : unit -> BrowserWindow
public static function Launch() : BrowserWindow
Return Value
Type: Microsoft.VisualStudio.TestTools.UITesting.BrowserWindow
The Web browser window.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.