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 TypeMethodDescriptionvoidInternetExplorerDriver.setFileDetector(FileDetector detector) -
Uses of FileDetector in org.openqa.selenium.remote
Classes 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.safari
Methods in org.openqa.selenium.safari with parameters of type FileDetector