Table of Contents

Class SetPressureNotificationsSuppressedCommandSettings

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

Enable/disable suppressing memory pressure notifications in all processes.

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

If true, memory pressure notifications will be suppressed.

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

Property Value

bool