ChromeDriverService PropertiesWebDriver
The ChromeDriverService type exposes the following members.
Properties

  NameDescription
Public propertyIsRunning
Gets a value indicating whether the service is running.
(Inherited from DriverService.)
Public propertyLogPath
Gets or sets the location of the log file written to by the ChromeDriver executable.
Public propertyPort
Gets or sets the port of the service.
(Inherited from DriverService.)
Public propertyServiceUrl
Gets the Uri of the service.
(Inherited from DriverService.)
Public propertySuppressInitialDiagnosticInformation
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.
(Inherited from DriverService.)
Back to Top
See Also