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

Method SetAsyncScriptTimeout

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

SetAsyncScriptTimeout sets the amount of time that asynchronous scripts are permitted to run before they are aborted. The timeout will be rounded to nearest millisecond.

(timeout time.Duration)

Source from the content-addressed store, hash-verified

238 // are permitted to run before they are aborted. The timeout will be rounded
239 // to nearest millisecond.
240 SetAsyncScriptTimeout(timeout time.Duration) error
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

Callers 1

Implementers 1

remoteWDremote.go

Calls

no outgoing calls

Tested by 1