SetPageLoadTimeout sets the amount of time the driver should wait when loading a page. The timeout will be rounded to nearest millisecond.
(timeout time.Duration)
| 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 |
| 247 | |
| 248 | // Quit ends the current session. The browser instance will be closed. |
| 249 | Quit() error |
no outgoing calls