Table of Contents

Class CSSAnimationStyle

Namespace
Selenium.WebDriver.BiDi.Cdp.CSS
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

CSS style coming from animations with the name of the animation.

public sealed record CSSAnimationStyle : IEquatable<CSSAnimationStyle>
Inheritance
CSSAnimationStyle
Implements
Inherited Members

Constructors

CSSAnimationStyle(CSSStyle)

CSS style coming from animations with the name of the animation.

public CSSAnimationStyle(CSSStyle Style)

Parameters

Style CSSStyle

The style coming from the animation.

Properties

Name

The name of the animation.

public string? Name { get; init; }

Property Value

string

Style

The style coming from the animation.

public CSSStyle Style { get; init; }

Property Value

CSSStyle