Table of Contents

Interface IAllowsFileDetection

Namespace
OpenQA.Selenium
Assembly
WebDriver.dll

Interface determining whether the driver implementation allows detection of files when sending keystrokes to a file upload element.

public interface IAllowsFileDetection

Properties

FileDetector

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

IFileDetector FileDetector { get; set; }

Property Value

IFileDetector