Class ActiveSessionFactory

    • Constructor Summary

      Constructors 
      Constructor Description
      ActiveSessionFactory​(org.openqa.selenium.remote.tracing.Tracer tracer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Optional<ActiveSession> apply​(CreateSessionRequest sessionRequest)  
      ActiveSessionFactory bind​(java.util.function.Predicate<org.openqa.selenium.Capabilities> onThis, SessionFactory useThis)  
      protected java.lang.Iterable<DriverProvider> loadDriverProviders()  
      boolean test​(org.openqa.selenium.Capabilities capabilities)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Function

        andThen, compose
      • Methods inherited from interface java.util.function.Predicate

        and, negate, or
    • Constructor Detail

      • ActiveSessionFactory

        public ActiveSessionFactory​(org.openqa.selenium.remote.tracing.Tracer tracer)
    • Method Detail

      • loadDriverProviders

        protected java.lang.Iterable<DriverProvider> loadDriverProviders()
      • test

        public boolean test​(org.openqa.selenium.Capabilities capabilities)
        Specified by:
        test in interface java.util.function.Predicate<org.openqa.selenium.Capabilities>