Uses of Interface
org.openqa.selenium.remote.FileDetector
-
Packages that use FileDetector Package Description org.openqa.selenium.remote -
-
Uses of FileDetector in org.openqa.selenium.remote
Classes in org.openqa.selenium.remote that implement FileDetector Modifier and Type Class Description classLocalFileDetectorDetects files on the local disk.classUselessFileDetectorA file detector that never finds anything.Fields in org.openqa.selenium.remote declared as FileDetector Modifier and Type Field Description protected FileDetectorRemoteWebElement. fileDetectorMethods in org.openqa.selenium.remote that return FileDetector Modifier and Type Method Description FileDetectorRemoteWebDriver. getFileDetector()Methods in org.openqa.selenium.remote with parameters of type FileDetector Modifier and Type Method Description voidRemoteWebDriver. setFileDetector(FileDetector detector)Set the file detector to be used when sending keyboard input.voidRemoteWebElement. setFileDetector(FileDetector detector)
-