Table of Contents

Class GetHistogramsCommandSettings

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

GetHistograms

public sealed class GetHistogramsCommandSettings : ICommand
Inheritance
GetHistogramsCommandSettings
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?

Query

Gets or sets the query

[JsonPropertyName("query")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Query { get; set; }

Property Value

string