Table of Contents

Class SetPlaybackRateCommandSettings

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

SetPlaybackRate

public sealed class SetPlaybackRateCommandSettings : ICommand
Inheritance
SetPlaybackRateCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

PlaybackRate

Gets or sets the playbackRate

[JsonPropertyName("playbackRate")]
public double PlaybackRate { get; set; }

Property Value

double