Table of Contents

Class SetPressureSourceOverrideEnabledCommandSettings

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

SetPressureSourceOverrideEnabled

public sealed class SetPressureSourceOverrideEnabledCommandSettings : ICommand
Inheritance
SetPressureSourceOverrideEnabledCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Enabled

Gets or sets the enabled

[JsonPropertyName("enabled")]
public bool Enabled { get; set; }

Property Value

bool

Metadata

Gets or sets the metadata

[JsonPropertyName("metadata")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public PressureMetadata Metadata { get; set; }

Property Value

PressureMetadata

Source

Gets or sets the source

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

Property Value

PressureSource