What is the default timeout that HtmlUnitDriver uses when waiting for a page to load?
Which functions in the HtmlUnitDriver API can I call to get the timeout value?
HtmlUnitDriver h = new HtmlUnitDriver();
I don't see any gettimeout function in the JavaDoc of WebDriver or HtmlUnitDriver.
Additionally, if this timeout is too short, how do I set a bigger timeout?