Table of Contents

Class SetCPUThrottlingRateCommandSettings

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

Enables CPU throttling to emulate slow CPUs.

public sealed class SetCPUThrottlingRateCommandSettings : ICommand
Inheritance
SetCPUThrottlingRateCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Rate

Throttling rate as a slowdown factor (1 is no throttle, 2 is 2x slowdown, etc).

[JsonPropertyName("rate")]
public double Rate { get; set; }

Property Value

double