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(org.openqa.selenium.remote.http.HttpClient.Factory clientFactory, java.net.URI reportedUri)
static java.util.Optional<java.net.URI>
getReportedUri(java.lang.String capabilityKey, org.openqa.selenium.Capabilities caps)
static java.util.Optional<java.net.URI>
getReportedUri(org.openqa.selenium.Capabilities caps)
-
-
-
Method Detail
-
getCdpEndPoint
public static java.util.Optional<java.net.URI> getCdpEndPoint(org.openqa.selenium.remote.http.HttpClient.Factory clientFactory, java.net.URI reportedUri)
-
getReportedUri
public static java.util.Optional<java.net.URI> getReportedUri(org.openqa.selenium.Capabilities caps)
-
getReportedUri
public static java.util.Optional<java.net.URI> getReportedUri(java.lang.String capabilityKey, org.openqa.selenium.Capabilities caps)
-
-