Uses of Interface
org.openqa.selenium.remote.FileDetector
Packages that use FileDetector
Package
Description
-
Uses of FileDetector in org.openqa.selenium.chromium
Methods in org.openqa.selenium.chromium with parameters of type FileDetector -
Uses of FileDetector in org.openqa.selenium.firefox
Methods in org.openqa.selenium.firefox with parameters of type FileDetector -
Uses of FileDetector in org.openqa.selenium.ie
Methods in org.openqa.selenium.ie with parameters of type FileDetectorModifier and TypeMethodDescriptionvoid
InternetExplorerDriver.setFileDetector
(FileDetector detector) -
Uses of FileDetector in org.openqa.selenium.remote
Classes in org.openqa.selenium.remote that implement FileDetectorModifier and TypeClassDescriptionclass
Detects files on the local disk.class
A 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 TypeMethodDescriptionvoid
RemoteWebDriver.setFileDetector
(FileDetector detector) Set the file detector to be used when sending keyboard input.void
RemoteWebElement.setFileDetector
(FileDetector detector) -
Uses of FileDetector in org.openqa.selenium.safari
Methods in org.openqa.selenium.safari with parameters of type FileDetector