Close the Browser and Dispose of WebDriver
()
| 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 |