Table of Contents

Class GetHistogramCommandSettings

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

GetHistogram

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

Gets or sets the delta

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

Property Value

bool?

Name

Gets or sets the name

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

Property Value

string