Gets or sets a value indicating whether the initial diagnostic information is suppressed
when starting the driver server executable. Defaults to , meaning
diagnostic information should be shown by the driver server executable.
Namespace: OpenQA.SeleniumAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
public bool SuppressInitialDiagnosticInformation { get; set; }
public bool SuppressInitialDiagnosticInformation { get; set; }
Public Property SuppressInitialDiagnosticInformation As Boolean
Get
Set
Public Property SuppressInitialDiagnosticInformation As Boolean
Get
Set
public:
property bool SuppressInitialDiagnosticInformation {
bool get ();
void set (bool value);
}
public:
property bool SuppressInitialDiagnosticInformation {
bool get ();
void set (bool value);
}