Table of Contents

Class AnimationUpdatedEventArgs

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

Event for animation that has been updated.

public sealed class AnimationUpdatedEventArgs : EventArgs
Inheritance
AnimationUpdatedEventArgs
Inherited Members

Properties

Animation

Animation that was updated.

[JsonPropertyName("animation")]
public Animation Animation { get; set; }

Property Value

Animation