Table of Contents

Class AnimationCanceledEventArgs

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

Event for when an animation has been cancelled.

public sealed class AnimationCanceledEventArgs : EventArgs
Inheritance
AnimationCanceledEventArgs
Inherited Members

Properties

Id

Id of the animation that was cancelled.

[JsonPropertyName("id")]
public string Id { get; set; }

Property Value

string