Table of Contents

Class AnimationCreatedEventArgs

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

Event for each animation that has been created.

public sealed class AnimationCreatedEventArgs : EventArgs
Inheritance
AnimationCreatedEventArgs
Inherited Members

Properties

Id

Id of the animation that was created.

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

Property Value

string