Package org.openqa.selenium.devtools
Class CdpVersionFinder
java.lang.Object
org.openqa.selenium.devtools.CdpVersionFinder
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionTakes a `browserVersion` from aCapabilities
instance 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.
-
Constructor Details
-
CdpVersionFinder
public CdpVersionFinder() -
CdpVersionFinder
-
-
Method Details
-
match
Take the output of `/json/version` from a CDP-enabled tool and uses that information to find a match. -
match
Takes a `browserVersion` from aCapabilities
instance and returns the matching CDP version.
-