Class BaseActiveSession

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected BaseActiveSession​(org.openqa.selenium.remote.SessionId id, java.net.URL url, org.openqa.selenium.remote.Dialect downstream, org.openqa.selenium.remote.Dialect upstream, org.openqa.selenium.Capabilities capabilities)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Session asSession()  
      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()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.openqa.selenium.remote.http.HttpHandler

        execute, with
    • Constructor Detail

      • BaseActiveSession

        protected BaseActiveSession​(org.openqa.selenium.remote.SessionId id,
                                    java.net.URL url,
                                    org.openqa.selenium.remote.Dialect downstream,
                                    org.openqa.selenium.remote.Dialect upstream,
                                    org.openqa.selenium.Capabilities capabilities)