Package org.openqa.selenium.grid.node
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
 
- 
Method Details
- 
getStereotype
org.openqa.selenium.Capabilities getStereotype() 
 -