Package org.openqa.selenium.grid.node
Interface ActiveSession
- All Superinterfaces:
org.openqa.selenium.remote.http.HttpHandler
- All Known Implementing Classes:
BaseActiveSession
,DefaultActiveSession
,DockerSession
public interface ActiveSession
extends org.openqa.selenium.remote.http.HttpHandler
-
Method Summary
Methods inherited from interface org.openqa.selenium.remote.http.HttpHandler
execute, with
-
Method Details
-
getId
org.openqa.selenium.remote.SessionId getId() -
getStereotype
org.openqa.selenium.Capabilities getStereotype() -
getCapabilities
org.openqa.selenium.Capabilities getCapabilities() -
getStartTime
Instant getStartTime() -
getUri
URI getUri() -
getUpstreamDialect
org.openqa.selenium.remote.Dialect getUpstreamDialect() -
getDownstreamDialect
org.openqa.selenium.remote.Dialect getDownstreamDialect() -
stop
void stop()
-