Table of Contents

Class GetCurrentTimeCommandResponse

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

Response for GetCurrentTime

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

Properties

CurrentTime

Gets or sets the currentTime

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

Property Value

double