Uses of Interface
org.openqa.selenium.remote.server.DriverSessions
-
Packages that use DriverSessions Package Description org.openqa.selenium.remote.server org.openqa.selenium.remote.server.handler org.openqa.selenium.remote.server.rest -
-
Uses of DriverSessions in org.openqa.selenium.remote.server
Constructors in org.openqa.selenium.remote.server with parameters of type DriverSessions Constructor Description JsonHttpCommandHandler(DriverSessions sessions, java.util.logging.Logger log)
-
Uses of DriverSessions in org.openqa.selenium.remote.server.handler
Constructors in org.openqa.selenium.remote.server.handler with parameters of type DriverSessions Constructor Description GetAllSessions(DriverSessions allSession)
-
Uses of DriverSessions in org.openqa.selenium.remote.server.rest
Constructors in org.openqa.selenium.remote.server.rest with parameters of type DriverSessions Constructor Description ResultConfig(java.lang.String commandName, java.util.function.Supplier<RestishHandler<?>> factory, DriverSessions sessions, java.util.logging.Logger log)
ResultConfig(java.lang.String commandName, RequiresAllSessions factory, DriverSessions sessions, java.util.logging.Logger log)
ResultConfig(java.lang.String commandName, RequiresSession factory, DriverSessions sessions, java.util.logging.Logger log)
-