Interface ActiveSession

All Superinterfaces:
HttpHandler, WrapsDriver
All Known Implementing Classes:
RemoteSession, ServicedSession

public interface ActiveSession extends HttpHandler, WrapsDriver
  • Method Details

    • getId

      SessionId getId()
    • getUpstreamDialect

      Dialect getUpstreamDialect()
    • getDownstreamDialect

      Dialect getDownstreamDialect()
    • getCapabilities

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

      TemporaryFilesystem getFileSystem()
    • stop

      void stop()