Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeleniumHQ/selenium
/ compareTo
Method
compareTo
java/src/org/openqa/selenium/devtools/CdpInfo.java:43–46 ·
view source on GitHub ↗
(CdpInfo that)
Source
from the content-addressed store, hash-verified
41
}
42
43
@Override
44
public
int
compareTo(CdpInfo that) {
45
return
Integer.compare(this.getMajorVersion(), that.getMajorVersion());
46
}
47
48
@Override
49
public
String toString() {
Callers
1
compare
Method · 0.45
Calls
2
getMajorVersion
Method · 0.95
compare
Method · 0.45
Tested by
no test coverage detected