Uses of Class
org.openqa.selenium.devtools.CdpInfo
-
Packages that use CdpInfo Package Description org.openqa.selenium.devtools org.openqa.selenium.devtools.noop -
-
Uses of CdpInfo in org.openqa.selenium.devtools
Methods in org.openqa.selenium.devtools that return types with arguments of type CdpInfo Modifier and Type Method Description java.util.Optional<CdpInfo>CdpVersionFinder. match(java.lang.String browserVersion)Takes a `browserVersion` from aCapabilitiesinstance and returns the matching CDP version.java.util.Optional<CdpInfo>CdpVersionFinder. match(java.util.Map<java.lang.String,java.lang.Object> versionJson)Take the output of `/json/version` from a CDP-enabled tool and uses that information to find a match.Methods in org.openqa.selenium.devtools with parameters of type CdpInfo Modifier and Type Method Description intCdpInfo. compareTo(CdpInfo that)Constructor parameters in org.openqa.selenium.devtools with type arguments of type CdpInfo Constructor Description CdpVersionFinder(int versionFudgeFactor, java.util.Collection<CdpInfo> infos) -
Uses of CdpInfo in org.openqa.selenium.devtools.noop
Subclasses of CdpInfo in org.openqa.selenium.devtools.noop Modifier and Type Class Description classNoOpCdpInfo
-