Class Bucket
- java.lang.Object
-
- org.openqa.selenium.devtools.v104.browser.model.Bucket
-
@Beta public class Bucket extends java.lang.Object
Chrome histogram bucket.
-
-
Constructor Summary
Constructors Constructor Description Bucket(java.lang.Integer low, java.lang.Integer high, java.lang.Integer count)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Integer
getCount()
Number of samples.java.lang.Integer
getHigh()
Maximum value (exclusive).java.lang.Integer
getLow()
Minimum value (inclusive).
-