Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Callers
15
CreateTempFile
Method · 0.45
CallingQuitAfterClosingTheLastWindowIsANoOp
Method · 0.45
CallingAnyOperationAfterClosingTheLastWindowShouldThrowAnException
Method · 0.45
ShouldBeAbleToStartNewDriverAfterCallingCloseOnOnlyOpenWindow
Method · 0.45
ShouldRetainImplicitlyWaitFromTheReturnedWebDriverOfWindowSwitchTo
Method · 0.45
CreateTempFile
Method · 0.45
ShouldSwitchFocusToANewWindowWhenItIsOpenedAndNotStopFutureOperations
Method · 0.45
ShouldThrowNoSuchWindowExceptionOnAnAttemptToGetItsHandle
Method · 0.45
ShouldThrowNoSuchWindowExceptionOnAnyOperationIfAWindowIsClosed
Method · 0.45
ShouldThrowNoSuchWindowExceptionOnAnyElementOperationIfAWindowIsClosed
Method · 0.45
CanCloseWindowWhenMultipleWindowsAreOpen
Method · 0.45
CanCloseWindowAndSwitchBackToMainWindow
Method · 0.45
Calls
1
Execute
Method · 0.95
Tested by
15
CreateTempFile
Method · 0.36
CallingQuitAfterClosingTheLastWindowIsANoOp
Method · 0.36
CallingAnyOperationAfterClosingTheLastWindowShouldThrowAnException
Method · 0.36
ShouldBeAbleToStartNewDriverAfterCallingCloseOnOnlyOpenWindow
Method · 0.36
ShouldRetainImplicitlyWaitFromTheReturnedWebDriverOfWindowSwitchTo
Method · 0.36
CreateTempFile
Method · 0.36
ShouldSwitchFocusToANewWindowWhenItIsOpenedAndNotStopFutureOperations
Method · 0.36
ShouldThrowNoSuchWindowExceptionOnAnAttemptToGetItsHandle
Method · 0.36
ShouldThrowNoSuchWindowExceptionOnAnyOperationIfAWindowIsClosed
Method · 0.36
ShouldThrowNoSuchWindowExceptionOnAnyElementOperationIfAWindowIsClosed
Method · 0.36
CanCloseWindowWhenMultipleWindowsAreOpen
Method · 0.36
CanCloseWindowAndSwitchBackToMainWindow
Method · 0.36