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

    Modifier and Type
    Method
    Description
    org.openqa.selenium.Capabilities
     
    org.openqa.selenium.remote.Dialect
     
    org.openqa.selenium.remote.SessionId
     
     
    org.openqa.selenium.Capabilities
     
    org.openqa.selenium.remote.Dialect
     
     
    void
     

    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()