Table of Contents

Class SeekAnimationsCommandSettings

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

SeekAnimations

public sealed class SeekAnimationsCommandSettings : ICommand
Inheritance
SeekAnimationsCommandSettings
Implements
Inherited Members

Properties

Animations

Gets or sets the animations

[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

Gets or sets the currentTime

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

Property Value

double