I am currently using Selenium 2.0a2 in Java to access the Internet using an instance of HtmlUnitDriver . The problem I am facing is that when I try to access slow websites, the request expires. How can I increase the wait time of WebDriver before you select a timeout exception?
source share