Table of Contents

Class ResolveAnimationCommandSettings

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

Gets the remote object of the Animation.

public sealed class ResolveAnimationCommandSettings : ICommand
Inheritance
ResolveAnimationCommandSettings
Implements
Inherited Members

Properties

AnimationId

Animation id.

[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