MCPcopy Index your code
hub / github.com/tebeka/selenium / Quit

Method Quit

selenium.go:249–249  ·  view source on GitHub ↗

Quit ends the current session. The browser instance will be closed.

()

Source from the content-addressed store, hash-verified

247
248 // Quit ends the current session. The browser instance will be closed.
249 Quit() error
250
251 // CurrentWindowHandle returns the ID of current window handle.
252 CurrentWindowHandle() (string, error)

Callers 3

testChromeExtensionFunction · 0.65
quitRemoteFunction · 0.65
ExampleFunction · 0.65

Implementers 1

remoteWDremote.go

Calls

no outgoing calls

Tested by 3

testChromeExtensionFunction · 0.52
quitRemoteFunction · 0.52
ExampleFunction · 0.52