Class CdpEndpointFinder

java.lang.Object
org.openqa.selenium.devtools.CdpEndpointFinder

public class CdpEndpointFinder extends Object
  • Constructor Details

    • CdpEndpointFinder

      public CdpEndpointFinder()
  • Method Details

    • getHttpClient

      public static org.openqa.selenium.remote.http.HttpClient getHttpClient(org.openqa.selenium.remote.http.HttpClient.Factory clientFactory, URI reportedUri)
    • getCdpEndPoint

      public static Optional<URI> getCdpEndPoint(org.openqa.selenium.remote.http.HttpClient client)
    • getReportedUri

      public static Optional<URI> getReportedUri(org.openqa.selenium.Capabilities caps)
    • getReportedUri

      public static Optional<URI> getReportedUri(String capabilityKey, org.openqa.selenium.Capabilities caps)