Interface ActiveSession

  • All Superinterfaces:
    org.openqa.selenium.remote.http.HttpHandler
    All Known Implementing Classes:
    BaseActiveSession, ProtocolConvertingSession

    public interface ActiveSession
    extends org.openqa.selenium.remote.http.HttpHandler
    • Method Detail

      • getId

        org.openqa.selenium.remote.SessionId getId()
      • getCapabilities

        org.openqa.selenium.Capabilities getCapabilities()
      • getUri

        java.net.URI getUri()
      • getUpstreamDialect

        org.openqa.selenium.remote.Dialect getUpstreamDialect()
      • getDownstreamDialect

        org.openqa.selenium.remote.Dialect getDownstreamDialect()
      • stop

        void stop()