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

Method SetImplicitWaitTimeout

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

SetImplicitWaitTimeout sets the amount of time the driver should wait when searching for elements. The timeout will be rounded to nearest millisecond.

(timeout time.Duration)

Source from the content-addressed store, hash-verified

241 // SetImplicitWaitTimeout sets the amount of time the driver should wait when
242 // searching for elements. The timeout will be rounded to nearest millisecond.
243 SetImplicitWaitTimeout(timeout time.Duration) error
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

Callers 1

Implementers 1

remoteWDremote.go

Calls

no outgoing calls

Tested by 1