Table of Contents

Class SetPressureStateOverrideCommandSettings

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

TODO: OBSOLETE: To remove when setPressureDataOverride is merged. Provides a given pressure state that will be processed and eventually be delivered to PressureObserver users. |source| must have been previously overridden by setPressureSourceOverrideEnabled.

public sealed class SetPressureStateOverrideCommandSettings : ICommand
Inheritance
SetPressureStateOverrideCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

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