Dispose the WebDriver Instance
()
| 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 |
no test coverage detected