Package org.openqa.selenium.remote
Interface FileDetector
-
- All Known Implementing Classes:
LocalFileDetector,UselessFileDetector
public interface FileDetectorUsed for identifying whether a sequence of chars represents the path to a file.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.io.FilegetLocalFile(java.lang.CharSequence... keys)
-