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 class
LocalFileDetector
Detects files on the local disk.class
UselessFileDetector
A file detector that never finds anything.Fields in org.openqa.selenium.remote declared as FileDetector Modifier and Type Field Description protected FileDetector
RemoteWebElement. fileDetector
Methods in org.openqa.selenium.remote that return FileDetector Modifier and Type Method Description FileDetector
RemoteWebDriver. getFileDetector()
Methods in org.openqa.selenium.remote with parameters of type FileDetector Modifier and Type Method Description void
RemoteWebDriver. setFileDetector(FileDetector detector)
Set the file detector to be used when sending keyboard input.void
RemoteWebElement. setFileDetector(FileDetector detector)
-