Class SeleniumCdpConnection

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

public class SeleniumCdpConnection extends Connection
  • Method Details

    • create

      public static Optional<Connection> create(org.openqa.selenium.WebDriver driver)
    • create

      public static Optional<Connection> create(org.openqa.selenium.Capabilities capabilities)
    • create

      public static Optional<Connection> create(org.openqa.selenium.remote.http.HttpClient.Factory clientFactory, org.openqa.selenium.Capabilities capabilities)