Table of Contents

Class GetCurrentTimeCommandResponse

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

Response for Returns the current time of the an animation.

public sealed class GetCurrentTimeCommandResponse : ICommandResponse<GetCurrentTimeCommandSettings>, ICommandResponse
Inheritance
GetCurrentTimeCommandResponse
Implements
Inherited Members
Extension Methods

Properties

CurrentTime

Current time of the page.

[JsonPropertyName("currentTime")]
public double CurrentTime { get; set; }

Property Value

double