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

Namespace: OpenQA.Selenium.Safari
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