Class RelaySessionFactory

java.lang.Object
org.openqa.selenium.grid.node.relay.RelaySessionFactory
All Implemented Interfaces:
Function<CreateSessionRequest,Either<WebDriverException,ActiveSession>>, Predicate<Capabilities>, SessionFactory

public class RelaySessionFactory extends Object implements SessionFactory