forked from SeleniumHQ/selenium
-
Notifications
You must be signed in to change notification settings - Fork 0
DotNet Bindings
Luke Inman-Semerau edited this page Apr 20, 2015
·
2 revisions
This page is under construction
In specific conditions (e.g. when browsers are served from a grid), it may take the Selenium server more than 60 seconds to provide a session. If this happens, a timeout exception will be thrown. To change the value of this wait, RemoteWebDriver takes a System.TimeSpan which is the command timeout for the HttpCommandExecutor. For more details, use the source, Luke: https://github.com/SeleniumHQ/selenium/blob/master/dotnet/src/WebDriver/Remote/RemoteWebDriver.cs#119