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

Function testDeleteSession

remote_test.go:632–637  ·  view source on GitHub ↗
(t *testing.T, c config)

Source from the content-addressed store, hash-verified

630}
631
632func testDeleteSession(t *testing.T, c config) {
633 wd := newRemote(t, c)
634 if err := DeleteSession(c.addr, wd.SessionID()); err != nil {
635 t.Fatalf("DeleteSession(%s, %s) returned error: %v", c.addr, wd.SessionID(), err)
636 }
637}
638
639func testError(t *testing.T, c config) {
640 wd := newRemote(t, c)

Callers

nothing calls this directly

Calls 3

newRemoteFunction · 0.85
DeleteSessionFunction · 0.85
SessionIDMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…