Class DefaultActiveSession

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected DefaultActiveSession​(org.openqa.selenium.remote.tracing.Tracer tracer, org.openqa.selenium.remote.http.HttpClient client, 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 stereotype, org.openqa.selenium.Capabilities capabilities, java.time.Instant startTime)  
    • Constructor Detail

      • DefaultActiveSession

        protected DefaultActiveSession​(org.openqa.selenium.remote.tracing.Tracer tracer,
                                       org.openqa.selenium.remote.http.HttpClient client,
                                       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 stereotype,
                                       org.openqa.selenium.Capabilities capabilities,
                                       java.time.Instant startTime)
    • Method Detail

      • execute

        public org.openqa.selenium.remote.http.HttpResponse execute​(org.openqa.selenium.remote.http.HttpRequest req)
                                                             throws java.io.UncheckedIOException
        Throws:
        java.io.UncheckedIOException
      • stop

        public void stop()