public class FileDetectorConfigurator<D extends org.openqa.selenium.WebDriver> extends Object implements WebDriverConfigurationParticipant<D>
WebDriver to support file uploads. If you use local browser, you will need an
UselessFileDetector, otherwise a LocalFileDetector, which lets selenium to
uploads your file to a selenium hub for example. This class makes file upload work with both Firefox and Selenium Hub.
See also ResourceHelper| Constructor and Description |
|---|
FileDetectorConfigurator() |
| Modifier and Type | Method and Description |
|---|---|
void |
postConstruct(D webDriver)
Can make some changes on a newly created
WebDriver before it gets used. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddDesiredCapabilitiespublic void postConstruct(D webDriver)
WebDriverConfigurationParticipantWebDriver before it gets used.postConstruct in interface WebDriverConfigurationParticipant<D extends org.openqa.selenium.WebDriver>webDriver - webdriver to be changedCopyright © 2017 willhaben internet service GmbH & Co KG. All rights reserved.