Table of Contents

Class SetPlaybackRateCommandSettings

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

Sets the playback rate of the document timeline.

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

Playback rate for animations on page

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

Property Value

double