Uses of Interface
org.openqa.selenium.remote.FileDetector
Packages that use FileDetector
Package
Description
- 
Uses of FileDetector in org.openqa.selenium.chromiumMethods in org.openqa.selenium.chromium with parameters of type FileDetector
- 
Uses of FileDetector in org.openqa.selenium.firefoxMethods in org.openqa.selenium.firefox with parameters of type FileDetector
- 
Uses of FileDetector in org.openqa.selenium.ieMethods in org.openqa.selenium.ie with parameters of type FileDetectorModifier and TypeMethodDescriptionvoidInternetExplorerDriver.setFileDetector(FileDetector detector) 
- 
Uses of FileDetector in org.openqa.selenium.remoteClasses in org.openqa.selenium.remote that implement FileDetectorModifier and TypeClassDescriptionclassDetects files on the local disk.classA file detector that never finds anything.Fields in org.openqa.selenium.remote declared as FileDetectorMethods in org.openqa.selenium.remote that return FileDetectorMethods in org.openqa.selenium.remote with parameters of type FileDetectorModifier and TypeMethodDescriptionvoidRemoteWebDriver.setFileDetector(FileDetector detector) Set the file detector to be used when sending keyboard input.voidRemoteWebElement.setFileDetector(FileDetector detector) 
- 
Uses of FileDetector in org.openqa.selenium.safariMethods in org.openqa.selenium.safari with parameters of type FileDetector