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

Function testSetImplicitWaitTimeout

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

Source from the content-addressed store, hash-verified

738}
739
740func testSetImplicitWaitTimeout(t *testing.T, c config) {
741 wd := newRemote(t, c)
742 defer quitRemote(t, wd)
743
744 if err := wd.SetImplicitWaitTimeout(200); err != nil {
745 t.Fatal(err)
746 }
747}
748
749func testSetPageLoadTimeout(t *testing.T, c config) {
750 wd := newRemote(t, c)

Callers

nothing calls this directly

Calls 3

newRemoteFunction · 0.85
quitRemoteFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…