Table of Contents

Class SimulatePressureNotificationCommandSettings

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

Simulate a memory pressure notification in all processes.

public sealed class SimulatePressureNotificationCommandSettings : ICommand
Inheritance
SimulatePressureNotificationCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Level

Memory pressure level of the notification.

[JsonPropertyName("level")]
public PressureLevel Level { get; set; }

Property Value

PressureLevel