Interface SessionFactory

All Superinterfaces:
Function<CreateSessionRequest,org.openqa.selenium.internal.Either<org.openqa.selenium.WebDriverException,ActiveSession>>, Predicate<org.openqa.selenium.Capabilities>
All Known Implementing Classes:
DockerSessionFactory, DriverServiceSessionFactory, RelaySessionFactory

public interface SessionFactory extends Function<CreateSessionRequest,org.openqa.selenium.internal.Either<org.openqa.selenium.WebDriverException,ActiveSession>>, Predicate<org.openqa.selenium.Capabilities>
  • Method Summary

    Modifier and Type
    Method
    Description
    org.openqa.selenium.Capabilities
     

    Methods inherited from interface java.util.function.Function

    andThen, apply, compose

    Methods inherited from interface java.util.function.Predicate

    and, negate, or, test
  • Method Details

    • getStereotype

      org.openqa.selenium.Capabilities getStereotype()