public interface ActiveSession extends CommandHandler
| Modifier and Type | Method and Description |
|---|---|
org.openqa.selenium.Capabilities |
getCapabilities() |
org.openqa.selenium.remote.Dialect |
getDownstreamDialect() |
org.openqa.selenium.remote.SessionId |
getId() |
org.openqa.selenium.remote.Dialect |
getUpstreamDialect() |
java.net.URI |
getUri() |
void |
stop() |
executeorg.openqa.selenium.remote.SessionId getId()
org.openqa.selenium.Capabilities getCapabilities()
java.net.URI getUri()
org.openqa.selenium.remote.Dialect getUpstreamDialect()
org.openqa.selenium.remote.Dialect getDownstreamDialect()
void stop()