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

Method SwitchSession

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

SwitchSession switches to the given session ID.

(sessionID string)

Source from the content-addressed store, hash-verified

230
231 // SwitchSession switches to the given session ID.
232 SwitchSession(sessionID string) error
233
234 // Capabilities returns the current session's capabilities.
235 Capabilities() (Capabilities, error)

Callers

nothing calls this directly

Implementers 1

remoteWDremote.go

Calls

no outgoing calls

Tested by

no test coverage detected