Uses of Interface
org.openqa.selenium.remote.server.RequiresSession
-
Packages that use RequiresSession Package Description org.openqa.selenium.remote.server org.openqa.selenium.remote.server.rest -
-
Uses of RequiresSession in org.openqa.selenium.remote.server
Methods in org.openqa.selenium.remote.server with parameters of type RequiresSession Modifier and Type Method Description void
JsonHttpCommandHandler. addNewMapping(java.lang.String commandName, RequiresSession factory)
-
Uses of RequiresSession in org.openqa.selenium.remote.server.rest
Constructors in org.openqa.selenium.remote.server.rest with parameters of type RequiresSession Constructor Description ResultConfig(java.lang.String commandName, RequiresSession factory, DriverSessions sessions, java.util.logging.Logger log)
-