Class Connection

java.lang.Object
org.openqa.selenium.devtools.Connection
All Implemented Interfaces:
Closeable, AutoCloseable
Direct Known Subclasses:
SeleniumCdpConnection

public class Connection extends Object implements Closeable
  • Constructor Details

    • Connection

      @Deprecated public Connection(org.openqa.selenium.remote.http.HttpClient client, String url)
      Deprecated.
      Use constructor with ClientConfig parameter
    • Connection

      public Connection(org.openqa.selenium.remote.http.HttpClient client, String url, org.openqa.selenium.remote.http.ClientConfig clientConfig)
  • Method Details