Uses of Class
org.openqa.selenium.devtools.CdpInfo
Packages that use CdpInfo
-
Uses of CdpInfo in org.openqa.selenium.devtools
Classes in org.openqa.selenium.devtools that implement interfaces with type arguments of type CdpInfoMethods in org.openqa.selenium.devtools that return CdpInfoModifier and TypeMethodDescriptionCdpVersionFinder.findMatchingVersion(String browserVersion) Takes a `browserVersion` from aCapabilitiesinstance and returns the matching CDP version.Methods in org.openqa.selenium.devtools that return types with arguments of type CdpInfoModifier and TypeMethodDescriptionTakes a `browserVersion` from aCapabilitiesinstance and returns the matching CDP version.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 CdpInfoConstructor parameters in org.openqa.selenium.devtools with type arguments of type CdpInfoModifierConstructorDescriptionCdpVersionFinder(int versionFudgeFactor, Collection<CdpInfo> infos) -
Uses of CdpInfo in org.openqa.selenium.devtools.noop
Subclasses of CdpInfo in org.openqa.selenium.devtools.noopConstructor parameters in org.openqa.selenium.devtools.noop with type arguments of type CdpInfoModifierConstructorDescriptionNoOpCdpInfo(String browserVersion, Collection<CdpInfo> availableCdpImplementations) NoOpDomains(String browserVersion, Collection<CdpInfo> availableCdpImplementations)