MCPcopy Create free account
hub / github.com/tebeka/selenium / Status

Method Status

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

Status returns various pieces of information about the server environment.

()

Source from the content-addressed store, hash-verified

215type WebDriver interface {
216 // Status returns various pieces of information about the server environment.
217 Status() (*Status, error)
218
219 // NewSession starts a new session and returns the session ID.
220 NewSession() (string, error)

Callers 1

testStatusFunction · 0.65

Implementers 1

remoteWDremote.go

Calls

no outgoing calls

Tested by 1

testStatusFunction · 0.52