Package | Description |
---|---|
org.openqa.selenium.remote |
Modifier and Type | Class and Description |
---|---|
class |
LocalFileDetector
Detects files on the local disk.
|
class |
UselessFileDetector
A file detector that never finds anything.
|
Modifier and Type | Field and Description |
---|---|
protected FileDetector |
RemoteWebElement.fileDetector |
Modifier and Type | Method and Description |
---|---|
FileDetector |
RemoteWebDriver.getFileDetector() |
Modifier and Type | Method and Description |
---|---|
void |
RemoteWebElement.setFileDetector(FileDetector detector) |
void |
RemoteWebDriver.setFileDetector(FileDetector detector)
Set the file detector to be used when sending keyboard input.
|
Copyright © 2016. All rights reserved.