Table of Contents

Class GetPlaybackRateCommandResponse

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

Response for Gets the playback rate of the document timeline.

public sealed class GetPlaybackRateCommandResponse : ICommandResponse<GetPlaybackRateCommandSettings>, ICommandResponse
Inheritance
GetPlaybackRateCommandResponse
Implements
Inherited Members
Extension Methods

Properties

PlaybackRate

Playback rate for animations on page.

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

Property Value

double