Table of Contents

Class SimulatePressureNotificationCommandSettings

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

SimulatePressureNotification

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

Gets or sets the level

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

Property Value

PressureLevel