Table of Contents

Class RecordClockSyncMarkerCommandSettings

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

RecordClockSyncMarker

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

Gets or sets the syncId

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

Property Value

string