Interface | Description |
---|---|
ActiveSession | |
CommandHandler | |
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 | |
JsonParametersAware | |
KnownElements.ProxiedElement | |
Session | |
SessionFactory |
Class | Description |
---|---|
ActiveSessionCommandExecutor | |
ActiveSessionFactory |
Used to create new
ActiveSession instances as required. |
ActiveSessionListener | |
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.
|
DefaultDriverSessions | |
DefaultPipeline |
Used to represent the
NewSessionPipeline that is typically used in the
SeleniumServer }. |
DefaultSession |
The default session implementation.
|
DriverServlet | |
FirefoxDriverProvider | Deprecated
No longer used.
|
JsonHttpCommandHandler | |
KnownElements | |
NewSessionPipeline | |
NewSessionPipeline.Builder | |
ServicedSession | |
ServicedSession.Factory | |
WebDriverServlet |