MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / Dispose

Method Dispose

dotnet/src/webdriver/WebDriver.cs:220–224  ·  view source on GitHub ↗

Dispose the WebDriver Instance

()

Source from the content-addressed store, hash-verified

218 /// Dispose the WebDriver Instance
219 /// </summary>
220 public void Dispose()
221 {
222 this.Dispose(true);
223 GC.SuppressFinalize(this);
224 }
225
226 /// <summary>
227 /// Asynchronously disposes the WebDriver Instance

Callers 4

WebDriverMethod · 0.95
DisposeAsyncMethod · 0.95
QuitMethod · 0.95
DisposeAsyncCoreMethod · 0.45

Calls 1

ExecuteMethod · 0.95

Tested by

no test coverage detected