DriverService Dispose Method (Boolean)WebDriver
Releases all resources associated with this DriverService.

Namespace: OpenQA.Selenium
Assembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

protected virtual void Dispose(
	bool disposing
)

Parameters

disposing
Type: OnlineSystem Boolean
  if the Dispose method was explicitly called; otherwise,  .
See Also