Table of Contents

Interface IFileDetector

Namespace
OpenQA.Selenium
Assembly
WebDriver.dll

Defines an object responsible for detecting sequences of keystrokes representing file paths and names.

public interface IFileDetector

Methods

IsFile(string?)

Returns a value indicating whether a specified key sequence represents a file name and path.

bool IsFile(string? keySequence)

Parameters

keySequence string

The sequence to test for file existence.

Returns

bool

true if the key sequence represents a file; otherwise, false.