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

Function testSetPageLoadTimeout

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

Source from the content-addressed store, hash-verified

747}
748
749func testSetPageLoadTimeout(t *testing.T, c config) {
750 wd := newRemote(t, c)
751 defer quitRemote(t, wd)
752
753 if err := wd.SetPageLoadTimeout(200); err != nil {
754 t.Fatal(err)
755 }
756}
757
758func testWindows(t *testing.T, c config) {
759 wd := newRemote(t, c)

Callers

nothing calls this directly

Calls 3

newRemoteFunction · 0.85
quitRemoteFunction · 0.85
SetPageLoadTimeoutMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…