Table of Contents

Class ReleaseAnimationsCommandSettings

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

ReleaseAnimations

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