InternetExplorerOptions BrowserAttachTimeout Property WebDriver
Gets or sets the amount of time the driver will attempt to look for a newly launched instance of Internet Explorer.

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

public TimeSpan BrowserAttachTimeout { get; set; }
See Also