Table of Contents

Class SetPausedCommandSettings

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

SetPaused

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

Paused

Gets or sets the paused

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

Property Value

bool