org.openqa.selenium.remote
Interface FileDetector

All Known Implementing Classes:
LocalFileDetector, UselessFileDetector

public interface FileDetector

Used for identifying whether a sequence of chars represents the path to a file.


Method Summary
 java.io.File getLocalFile(java.lang.CharSequence... keys)
           
 

Method Detail

getLocalFile

java.io.File getLocalFile(java.lang.CharSequence... keys)


Copyright © 2011. All Rights Reserved.