Table of Contents

Class RecordClockSyncMarkerCommandSettings

Namespace
OpenQA.Selenium.DevTools.V146.Tracing
Assembly
Selenium.WebDriver.dll

Record a clock sync marker in the trace.

public sealed class RecordClockSyncMarkerCommandSettings : ICommand
Inheritance
RecordClockSyncMarkerCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

SyncId

The ID of this clock sync marker

[JsonPropertyName("syncId")]
public string SyncId { get; set; }

Property Value

string