Table of Contents

Class DefaultFileDetector

Namespace
OpenQA.Selenium
Assembly
WebDriver.dll

Represents the default file detector for determining whether a file must be uploaded to a remote server.

public class DefaultFileDetector : IFileDetector
Inheritance
DefaultFileDetector
Implements
Inherited Members

Constructors

DefaultFileDetector()

public DefaultFileDetector()

Methods

IsFile(string)

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

public bool IsFile(string keySequence)

Parameters

keySequence string

The sequence to test for file existence.

Returns

bool

This method always returns false in this implementation.