sourcegraph / go-selenium

Selenium WebDriver client for Go
https://sourcegraph.com/github.com/sourcegraph/go-selenium
Other
367 stars 73 forks source link

Pageload timeout feature #11

Closed carstn closed 9 years ago

carstn commented 9 years ago

An instance of WebDriver can now call SetPageLoadTimeout(ms uint) error in order to set the “page load” timeout setting. It mimics the SetImplicitWaitTimeout() function.

carstn commented 9 years ago

Actually this also adds a few more unrelated changes. I'll resubmit.