Package at.willhaben.willtest.config
Class FileDetectorConfigurator<D extends org.openqa.selenium.WebDriver>
- java.lang.Object
-
- at.willhaben.willtest.config.FileDetectorConfigurator<D>
-
- All Implemented Interfaces:
WebDriverConfigurationParticipant<D>
@Deprecated public class FileDetectorConfigurator<D extends org.openqa.selenium.WebDriver> extends java.lang.Object implements WebDriverConfigurationParticipant<D>
Deprecated.Configures theWebDriverto support file uploads. If you use local browser, you will need anUselessFileDetector, otherwise aLocalFileDetector, 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 alsoResourceHelper
-
-
Constructor Summary
Constructors Constructor Description FileDetectorConfigurator()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidpostConstruct(D webDriver)Deprecated.Can make some changes on a newly createdWebDriverbefore it gets used.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface at.willhaben.willtest.config.WebDriverConfigurationParticipant
addDesiredCapabilities
-
-
-
-
Method Detail
-
postConstruct
public void postConstruct(D webDriver)
Deprecated.Description copied from interface:WebDriverConfigurationParticipantCan make some changes on a newly createdWebDriverbefore it gets used.- Specified by:
postConstructin interfaceWebDriverConfigurationParticipant<D extends org.openqa.selenium.WebDriver>- Parameters:
webDriver- webdriver to be changed
-
-