SetImplicitWaitTimeout sets the amount of time the driver should wait when searching for elements. The timeout will be rounded to nearest millisecond.
(timeout time.Duration)
| 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 |
| 244 | // SetPageLoadTimeout sets the amount of time the driver should wait when |
| 245 | // loading a page. The timeout will be rounded to nearest millisecond. |
| 246 | SetPageLoadTimeout(timeout time.Duration) error |
no outgoing calls