Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Launches the browser by using the provided arguments and returns a browser service object.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Public MustOverride Function Launch ( _
arguments As String() _
) As BrowserService
public abstract BrowserService Launch(
string[] arguments
)
public:
virtual BrowserService^ Launch(
array<String^>^ arguments
) abstract
abstract Launch :
arguments:string[] -> BrowserService
public abstract function Launch(
arguments : String[]
) : BrowserService
Parameters
- arguments
Type: array<System.String[]
A list of arguments to use to open the browser.
Return Value
Type: Microsoft.VisualStudio.TestTools.UITest.Extension.BrowserService
A browser service object.
.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.