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

Method WaitWithTimeout

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

WaitWithTimeout works like WaitWithTimeoutAndInterval, but with default polling interval.

(condition Condition, timeout time.Duration)

Source from the content-addressed store, hash-verified

363
364 // WaitWithTimeout works like WaitWithTimeoutAndInterval, but with default polling interval.
365 WaitWithTimeout(condition Condition, timeout time.Duration) error
366
367 //Wait works like WaitWithTimeoutAndInterval, but using the default timeout and polling interval.
368 Wait(condition Condition) error

Callers 1

testWaitFunction · 0.65

Implementers 1

remoteWDremote.go

Calls

no outgoing calls

Tested by 1

testWaitFunction · 0.52