Class DockerSession
java.lang.Object
org.openqa.selenium.grid.node.BaseActiveSession
org.openqa.selenium.grid.node.DefaultActiveSession
org.openqa.selenium.grid.node.docker.DockerSession
- All Implemented Interfaces:
ActiveSession
,HttpHandler
-
Method Summary
Methods inherited from class org.openqa.selenium.grid.node.DefaultActiveSession
execute
Methods inherited from class org.openqa.selenium.grid.node.BaseActiveSession
asSession, getCapabilities, getDownstreamDialect, getId, getStartTime, getStereotype, getUpstreamDialect, getUri
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.remote.http.HttpHandler
with
-
Method Details
-
stop
public void stop()- Specified by:
stop
in interfaceActiveSession
- Overrides:
stop
in classDefaultActiveSession
-