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

Method WaitWithTimeoutAndInterval

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

WaitWithTimeoutAndInterval waits for the condition to evaluate to true.

(condition Condition, timeout, interval time.Duration)

Source from the content-addressed store, hash-verified

360
361 // WaitWithTimeoutAndInterval waits for the condition to evaluate to true.
362 WaitWithTimeoutAndInterval(condition Condition, timeout, interval time.Duration) error
363
364 // WaitWithTimeout works like WaitWithTimeoutAndInterval, but with default polling interval.
365 WaitWithTimeout(condition Condition, timeout time.Duration) error

Callers

nothing calls this directly

Implementers 1

remoteWDremote.go

Calls

no outgoing calls

Tested by

no test coverage detected