Gets or sets the timeout (in milliseconds) to wait for command execution.
Namespace: OpenQA.Selenium.FirefoxAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
[ObsoleteAttribute("Timeouts should be expressed as a TimeSpan. Use the Timeout property instead")]
public long TimeoutInMilliseconds { get; set; }
[ObsoleteAttribute("Timeouts should be expressed as a TimeSpan. Use the Timeout property instead")]
public long TimeoutInMilliseconds { get; set; }
<ObsoleteAttribute("Timeouts should be expressed as a TimeSpan. Use the Timeout property instead")> _
Public Property TimeoutInMilliseconds As Long
Get
Set
<ObsoleteAttribute("Timeouts should be expressed as a TimeSpan. Use the Timeout property instead")> _
Public Property TimeoutInMilliseconds As Long
Get
Set
public:
[ObsoleteAttribute(L"Timeouts should be expressed as a TimeSpan. Use the Timeout property instead")]
property long long TimeoutInMilliseconds {
long long get ();
void set (long long value);
}