Class CustomFirefoxProvider

  • All Implemented Interfaces:
    DeviceProvider<org.openqa.selenium.firefox.FirefoxDriver>, Consumer<Device<org.openqa.selenium.firefox.FirefoxDriver>>, Supplier<Device<org.openqa.selenium.firefox.FirefoxDriver>>

    public class CustomFirefoxProvider
    extends BaseDeviceProvider<org.openqa.selenium.firefox.FirefoxDriver>
    • Constructor Detail

      • CustomFirefoxProvider

        @Autowired
        public CustomFirefoxProvider​(String name)
    • Method Detail

      • initialize

        @PostConstruct
        public void initialize()
      • get

        public Device<org.openqa.selenium.firefox.FirefoxDriver> get()