Returns a value indicating whether a specified key sequence represents
a file name and path.
Namespace: OpenQA.Selenium.RemoteAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
Parameters
- keySequence
- Type:
System String
The sequence to test for file existence.
Return Value
if the key sequence represents a file; otherwise, .Implements
IFileDetector IsFile(String)See Also