Package org.openqa.selenium.grid.node
Class BaseActiveSession
java.lang.Object
org.openqa.selenium.grid.node.BaseActiveSession
- All Implemented Interfaces:
ActiveSession
,org.openqa.selenium.remote.http.HttpHandler
- Direct Known Subclasses:
DefaultActiveSession
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
BaseActiveSession
(org.openqa.selenium.remote.SessionId id, URL url, org.openqa.selenium.remote.Dialect downstream, org.openqa.selenium.remote.Dialect upstream, org.openqa.selenium.Capabilities stereotype, org.openqa.selenium.Capabilities capabilities, Instant startTime) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.openqa.selenium.grid.node.ActiveSession
stop
Methods inherited from interface org.openqa.selenium.remote.http.HttpHandler
execute, with
-
Constructor Details
-
BaseActiveSession
-
-
Method Details
-
getId
public org.openqa.selenium.remote.SessionId getId()- Specified by:
getId
in interfaceActiveSession
-
getStereotype
public org.openqa.selenium.Capabilities getStereotype()- Specified by:
getStereotype
in interfaceActiveSession
-
getCapabilities
public org.openqa.selenium.Capabilities getCapabilities()- Specified by:
getCapabilities
in interfaceActiveSession
-
getStartTime
- Specified by:
getStartTime
in interfaceActiveSession
-
getUri
- Specified by:
getUri
in interfaceActiveSession
-
getUpstreamDialect
public org.openqa.selenium.remote.Dialect getUpstreamDialect()- Specified by:
getUpstreamDialect
in interfaceActiveSession
-
getDownstreamDialect
public org.openqa.selenium.remote.Dialect getDownstreamDialect()- Specified by:
getDownstreamDialect
in interfaceActiveSession
-
asSession
-