Closed
Description
🐛 Bug Report
I am setting the timeout to 10 minutes because I am using https://github.com/scrapinghub/crawlera-headless-proxy
I am seeing it timeout after 3 minutes (still downloading all of the JS/CSS files)
To Reproduce
Set page load timeout to 10 minutes
Expected behavior
Expecting it to timeout after 10 minutes, not 3.
Test script or set of commands reproducing this issue
driver.manage().timeouts().pageLoadTimeout(Duration.ofMillis(600000));
driver.manage().timeouts().setScriptTimeout(Duration.ofMillis(600000));
try {
driver.get(uRL.toExternalForm());
} catch (TimeoutException te2) {
log.warn("Chrome Driver thread timed out: " + uRL.toExternalForm());
}
Environment
OS: Windows
Browser: Chrome
Browser version: Version 89.0.4389.90 (Official Build) (64-bit)
Browser Driver version: ChromeDriver 89.0.4389.23
Language Bindings version: Java 8
Selenium Grid version (if applicable): Beta 2