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

Method Close

dotnet/src/webdriver/WebDriver.cs:212–215  ·  view source on GitHub ↗

Closes the Browser

()

Source from the content-addressed store, hash-verified

210 /// Closes the Browser
211 /// </summary>
212 public void Close()
213 {
214 this.Execute(DriverCommand.Close, null);
215 }
216
217 /// <summary>
218 /// Dispose the WebDriver Instance

Calls 1

ExecuteMethod · 0.95