DriverService SuppressInitialDiagnosticInformation Property WebDriver
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.Selenium
Assembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

public bool SuppressInitialDiagnosticInformation { get; set; }
See Also