Gets or sets the amount of time the driver will attempt to look for a newly launched instance
of Internet Explorer.
Namespace: OpenQA.Selenium.IEAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
public TimeSpan BrowserAttachTimeout { get; set; }
public TimeSpan BrowserAttachTimeout { get; set; }
Public Property BrowserAttachTimeout As TimeSpan
Get
Set
Public Property BrowserAttachTimeout As TimeSpan
Get
Set
public:
property TimeSpan BrowserAttachTimeout {
TimeSpan get ();
void set (TimeSpan value);
}