Closed carstn closed 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.
SetPageLoadTimeout(ms uint) error
Actually this also adds a few more unrelated changes. I'll resubmit.
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.