Table of Contents

Class AnimationStartedEventArgs

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

Event for animation that has been started.

public sealed class AnimationStartedEventArgs : EventArgs
Inheritance
AnimationStartedEventArgs
Inherited Members

Properties

Animation

Animation that was started.

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

Property Value

Animation