Gets or sets the
IFileDetector responsible for detecting
sequences of keystrokes representing file paths and names.
Namespace: OpenQA.Selenium.ChromeAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
public override IFileDetector FileDetector { get; set; }
Public Overrides Property FileDetector As IFileDetector
Get
Set
public:
virtual property IFileDetector^ FileDetector {
IFileDetector^ get () override;
void set (IFileDetector^ value) override;
}
Implements
IAllowsFileDetection FileDetectorThe Chrome driver does not allow a file detector to be set,
as the server component of the Chrome driver (ChromeDriver.exe) only
allows uploads from the local computer environment. Attempting to set
this property has no effect, but does not throw an exception. If you
are attempting to run the Chrome driver remotely, use
RemoteWebDriver
in conjunction with a standalone WebDriver server.