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

Function testSetAsyncScriptTimeout

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

Source from the content-addressed store, hash-verified

729}
730
731func testSetAsyncScriptTimeout(t *testing.T, c config) {
732 wd := newRemote(t, c)
733 defer quitRemote(t, wd)
734
735 if err := wd.SetAsyncScriptTimeout(200); err != nil {
736 t.Fatal(err)
737 }
738}
739
740func testSetImplicitWaitTimeout(t *testing.T, c config) {
741 wd := newRemote(t, c)

Callers

nothing calls this directly

Calls 3

newRemoteFunction · 0.85
quitRemoteFunction · 0.85
SetAsyncScriptTimeoutMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…