Table of Contents

Class SetPausedCommandSettings

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

Sets the paused state of a set of animations.

public sealed class SetPausedCommandSettings : ICommand
Inheritance
SetPausedCommandSettings
Implements
Inherited Members

Properties

Animations

Animations to set the pause state of.

[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

Paused

Paused state to set to.

[JsonPropertyName("paused")]
public bool Paused { get; set; }

Property Value

bool