EventFiringWebDriver Dispose Method (Boolean)WebDriver
Frees all managed and, optionally, unmanaged resources used by this instance.

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

protected virtual void Dispose(
	bool disposing
)

Parameters

disposing
Type: OnlineSystem Boolean
  to dispose of only managed resources;   to dispose of managed and unmanaged resources.
See Also