Table of Contents

Class ResolveAnimationCommandSettings

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

ResolveAnimation

public sealed class ResolveAnimationCommandSettings : ICommand
Inheritance
ResolveAnimationCommandSettings
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