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)
| 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 |
no outgoing calls