Table of Contents

Class GetCurrentTimeCommandSettings

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

Returns the current time of the an animation.

public sealed class GetCurrentTimeCommandSettings : ICommand
Inheritance
GetCurrentTimeCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Id

Id of animation.

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

Property Value

string