Table of Contents

Class SetSamplingIntervalCommandSettings

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

SetSamplingInterval

public sealed class SetSamplingIntervalCommandSettings : ICommand
Inheritance
SetSamplingIntervalCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Interval

Gets or sets the interval

[JsonPropertyName("interval")]
public long Interval { get; set; }

Property Value

long