Table of Contents

Class SetCPUThrottlingRateCommandSettings

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

SetCPUThrottlingRate

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

Gets or sets the rate

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

Property Value

double