Table of Contents

Class SetPressureNotificationsSuppressedCommandSettings

Namespace
OpenQA.Selenium.DevTools.V85.Memory
Assembly
WebDriver.dll

SetPressureNotificationsSuppressed

public sealed class SetPressureNotificationsSuppressedCommandSettings : ICommand
Inheritance
SetPressureNotificationsSuppressedCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Suppressed

Gets or sets the suppressed

[JsonPropertyName("suppressed")]
public bool Suppressed { get; set; }

Property Value

bool