Interface ActiveSession

All Superinterfaces:
org.openqa.selenium.remote.http.HttpHandler, org.openqa.selenium.WrapsDriver
All Known Implementing Classes:
RemoteSession, ServicedSession

public interface ActiveSession extends org.openqa.selenium.remote.http.HttpHandler, org.openqa.selenium.WrapsDriver
  • Method Summary

    Modifier and Type
    Method
    Description
    Describe the current webdriver session's capabilities.
    org.openqa.selenium.remote.Dialect
     
    org.openqa.selenium.io.TemporaryFilesystem
     
    org.openqa.selenium.remote.SessionId
     
    org.openqa.selenium.remote.Dialect
     
    void
     

    Methods inherited from interface org.openqa.selenium.remote.http.HttpHandler

    execute, with

    Methods inherited from interface org.openqa.selenium.WrapsDriver

    getWrappedDriver
  • Method Details

    • getId

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

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

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

      Map<String,Object> getCapabilities()
      Describe the current webdriver session's capabilities.
    • getFileSystem

      org.openqa.selenium.io.TemporaryFilesystem getFileSystem()
    • stop

      void stop()