Table of Contents

Class SetHardwareConcurrencyOverrideCommandSettings

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

SetHardwareConcurrencyOverride

public sealed class SetHardwareConcurrencyOverrideCommandSettings : ICommand
Inheritance
SetHardwareConcurrencyOverrideCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

HardwareConcurrency

Gets or sets the hardwareConcurrency

[JsonPropertyName("hardwareConcurrency")]
public long HardwareConcurrency { get; set; }

Property Value

long