Class LazyDriver

  • All Implemented Interfaces:
    Driver

    @ParametersAreNonnullByDefault
    public class LazyDriver
    extends java.lang.Object
    implements Driver
    A `Driver` implementation which opens browser on demand (on a first call). May be created with its own config, proxy and listeners.
    • Constructor Detail

      • LazyDriver

        public LazyDriver​(Config config,
                          @Nullable
                          org.openqa.selenium.Proxy userProvidedProxy,
                          java.util.List<org.openqa.selenium.support.events.WebDriverEventListener> listeners)