MCPcopy Index your code
hub / github.com/tebeka/selenium / SetPageLoadTimeout

Method SetPageLoadTimeout

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

SetPageLoadTimeout sets the amount of time the driver should wait when loading a page. The timeout will be rounded to nearest millisecond.

(timeout time.Duration)

Source from the content-addressed store, hash-verified

244 // SetPageLoadTimeout sets the amount of time the driver should wait when
245 // loading a page. The timeout will be rounded to nearest millisecond.
246 SetPageLoadTimeout(timeout time.Duration) error
247
248 // Quit ends the current session. The browser instance will be closed.
249 Quit() error

Callers 2

testSetPageLoadTimeoutFunction · 0.65
testClickFunction · 0.65

Implementers 1

remoteWDremote.go

Calls

no outgoing calls

Tested by 2

testSetPageLoadTimeoutFunction · 0.52
testClickFunction · 0.52