org.openqa.selenium.remote
Class LocalFileDetector

java.lang.Object
  extended by org.openqa.selenium.remote.LocalFileDetector
All Implemented Interfaces:
FileDetector

public class LocalFileDetector
extends Object
implements FileDetector

Detects files on the local disk.


Constructor Summary
LocalFileDetector()
           
 
Method Summary
 File getLocalFile(CharSequence... keys)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalFileDetector

public LocalFileDetector()
Method Detail

getLocalFile

public File getLocalFile(CharSequence... keys)
Specified by:
getLocalFile in interface FileDetector


Copyright © 2012. All Rights Reserved.