Table of Contents

Class SeekAnimationsCommandSettings

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

Seek a set of animations to a particular time within each animation.

public sealed class SeekAnimationsCommandSettings : ICommand
Inheritance
SeekAnimationsCommandSettings
Implements
Inherited Members

Properties

Animations

List of animation ids to seek.

[JsonPropertyName("animations")]
public string[] Animations { get; set; }

Property Value

string[]

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

CurrentTime

Set the current time of each animation.

[JsonPropertyName("currentTime")]
public double CurrentTime { get; set; }

Property Value

double