Table of Contents

Class SetCPUPerformanceOverrideCommandSettings

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

Overrides the value of navigator.cpuPerformance

public sealed class SetCPUPerformanceOverrideCommandSettings : ICommand
Inheritance
SetCPUPerformanceOverrideCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

PerformanceTier

Override value. Omitting the parameter disables the override.

[JsonPropertyName("performanceTier")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? PerformanceTier { get; set; }

Property Value

string