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

Method Wait

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

Wait works like WaitWithTimeoutAndInterval, but using the default timeout and polling interval.

(condition Condition)

Source from the content-addressed store, hash-verified

366
367 //Wait works like WaitWithTimeoutAndInterval, but using the default timeout and polling interval.
368 Wait(condition Condition) error
369}
370
371// WebElement defines method supported by web elements.

Callers 3

testWaitFunction · 0.65
StopMethod · 0.65
StopMethod · 0.65

Implementers 1

remoteWDremote.go

Calls

no outgoing calls

Tested by 1

testWaitFunction · 0.52