Table of Contents

Class Histogram

Namespace
OpenQA.Selenium.DevTools.V148.Browser
Assembly
Selenium.WebDriver.dll

Chrome histogram.

public sealed class Histogram
Inheritance
Histogram
Inherited Members

Properties

Buckets

Buckets.

[JsonPropertyName("buckets")]
public Bucket[] Buckets { get; set; }

Property Value

Bucket[]

Count

Total number of samples.

[JsonPropertyName("count")]
public long Count { get; set; }

Property Value

long

Name

Name.

[JsonPropertyName("name")]
public string Name { get; set; }

Property Value

string

Sum

Sum of sample values.

[JsonPropertyName("sum")]
public long Sum { get; set; }

Property Value

long