Table of Contents

Class SetPressureDataOverrideCommandSettings

Namespace
OpenQA.Selenium.DevTools.V138.Emulation
Assembly
WebDriver.dll

SetPressureDataOverride

public sealed class SetPressureDataOverrideCommandSettings : ICommand
Inheritance
SetPressureDataOverrideCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

OwnContributionEstimate

Gets or sets the ownContributionEstimate

[JsonPropertyName("ownContributionEstimate")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? OwnContributionEstimate { get; set; }

Property Value

double?

Source

Gets or sets the source

[JsonPropertyName("source")]
public PressureSource Source { get; set; }

Property Value

PressureSource

State

Gets or sets the state

[JsonPropertyName("state")]
public PressureState State { get; set; }

Property Value

PressureState