Interface | Description |
---|---|
ActiveSessionListener | |
DriverFactory | |
DriverProvider |
Classes that implement this interface are used by {org.openqa.selenium.remote.server.DriverFactory}
to create new driver instances associated with specific set of capabilities.
|
DriverSessions | |
KnownElements.ProxiedElement | |
RequiresAllSessions | |
RequiresSession | |
Session |
Class | Description |
---|---|
ActiveSessionFactory |
Used to create new
ActiveSession instances as required. |
ActiveSessions |
All current
ActiveSession s that we're aware of. |
DefaultDriverFactory | |
DefaultDriverProvider |
This driver provider uses reflection to find and call a driver constructor that accepts
a parameter of Capabilities type.
|
DefaultPipeline |
Used to represent the
NewSessionPipeline that is typically used in the
SeleniumServer }. |
DefaultSession |
The default session implementation.
|
JsonHttpCommandHandler | |
KnownElements | |
NewSessionPipeline | |
NewSessionPipeline.Builder | |
WebDriverServlet |