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

Method Quit

dotnet/src/webdriver/WebDriver.cs:415–418  ·  view source on GitHub ↗

Close the Browser and Dispose of WebDriver

()

Source from the content-addressed store, hash-verified

413 /// Close the Browser and Dispose of WebDriver
414 /// </summary>
415 public void Quit()
416 {
417 this.Dispose();
418 }
419
420 /// <summary>
421 /// Method to give you access to switch frames and windows

Callers 1

CloseMethod · 0.45

Calls 1

DisposeMethod · 0.95

Tested by

no test coverage detected