Table of Contents

Class GetHistogramCommandSettings

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

Get a Chrome histogram by name.

public sealed class GetHistogramCommandSettings : ICommand
Inheritance
GetHistogramCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Delta

If true, retrieve delta since last delta call.

[JsonPropertyName("delta")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Delta { get; set; }

Property Value

bool?

Name

Requested histogram name.

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

Property Value

string