Table of Contents

Class SetTimingCommandSettings

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

SetTiming

public sealed class SetTimingCommandSettings : ICommand
Inheritance
SetTimingCommandSettings
Implements
Inherited Members

Properties

AnimationId

Gets or sets the animationId

[JsonPropertyName("animationId")]
public string AnimationId { get; set; }

Property Value

string

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Delay

Gets or sets the delay

[JsonPropertyName("delay")]
public double Delay { get; set; }

Property Value

double

Duration

Gets or sets the duration

[JsonPropertyName("duration")]
public double Duration { get; set; }

Property Value

double