RemoteWebDriver FileDetector Property WebDriver
Gets or sets the IFileDetector responsible for detecting sequences of keystrokes representing file paths and names.

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

public virtual IFileDetector FileDetector { get; set; }

Implements

IAllowsFileDetection FileDetector
See Also