Package org.openqa.selenium.devtools
Class CdpEndpointFinder
- java.lang.Object
-
- org.openqa.selenium.devtools.CdpEndpointFinder
-
public class CdpEndpointFinder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CdpEndpointFinder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.Optional<java.net.URI>
getCdpEndPoint(HttpClient.Factory clientFactory, java.net.URI reportedUri)
static java.util.Optional<java.net.URI>
getReportedUri(java.lang.String capabilityKey, Capabilities caps)
static java.util.Optional<java.net.URI>
getReportedUri(Capabilities caps)
-
-
-
Method Detail
-
getCdpEndPoint
public static java.util.Optional<java.net.URI> getCdpEndPoint(HttpClient.Factory clientFactory, java.net.URI reportedUri)
-
getReportedUri
public static java.util.Optional<java.net.URI> getReportedUri(Capabilities caps)
-
getReportedUri
public static java.util.Optional<java.net.URI> getReportedUri(java.lang.String capabilityKey, Capabilities caps)
-
-