Gets or sets the command line arguments used in launching Internet Explorer when the
Windows CreateProcess API is used. This property only has an effect when the
ForceCreateProcessApi is
.
Namespace: OpenQA.Selenium.IEAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
public string BrowserCommandLineArguments { get; set; }
public string BrowserCommandLineArguments { get; set; }
Public Property BrowserCommandLineArguments As String
Get
Set
Public Property BrowserCommandLineArguments As String
Get
Set
public:
property String^ BrowserCommandLineArguments {
String^ get ();
void set (String^ value);
}
public:
property String^ BrowserCommandLineArguments {
String^ get ();
void set (String^ value);
}