Uses of Class
org.openqa.selenium.remote.server.ActiveSessions
-
Packages that use ActiveSessions Package Description com.thoughtworks.selenium.webdriven org.openqa.selenium.remote.server org.openqa.selenium.remote.server.commandhandler -
-
Uses of ActiveSessions in com.thoughtworks.selenium.webdriven
Constructors in com.thoughtworks.selenium.webdriven with parameters of type ActiveSessions Constructor Description WebDriverBackedSeleniumHandler(org.openqa.selenium.remote.tracing.Tracer tracer, ActiveSessions sessions)
-
Uses of ActiveSessions in org.openqa.selenium.remote.server
Constructors in org.openqa.selenium.remote.server with parameters of type ActiveSessions Constructor Description WebDriverServlet(ActiveSessions allSessions, NewSessionPipeline pipeline)
-
Uses of ActiveSessions in org.openqa.selenium.remote.server.commandhandler
Constructors in org.openqa.selenium.remote.server.commandhandler with parameters of type ActiveSessions Constructor Description BeginSession(NewSessionPipeline pipeline, ActiveSessions allSessions, org.openqa.selenium.json.Json json)
GetAllSessions(ActiveSessions allSessions, org.openqa.selenium.json.Json json)
-