Table of Contents

Class SetPressureStateOverrideCommandSettings

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

SetPressureStateOverride

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