Class FileDetectorConfigurator<D extends org.openqa.selenium.WebDriver>

  • All Implemented Interfaces:
    WebDriverConfigurationParticipant<D>

    @Deprecated
    public class FileDetectorConfigurator<D extends org.openqa.selenium.WebDriver>
    extends java.lang.Object
    implements WebDriverConfigurationParticipant<D>
    Deprecated.
    Configures the 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 Detail

      • FileDetectorConfigurator

        public FileDetectorConfigurator()
        Deprecated.