FirefoxBinary TimeoutInMilliseconds Property WebDriver
Gets or sets the timeout (in milliseconds) to wait for command execution.

Namespace: OpenQA.Selenium.Firefox
Assembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

[ObsoleteAttribute("Timeouts should be expressed as a TimeSpan. Use the Timeout property instead")]
public long TimeoutInMilliseconds { get; set; }
See Also