Table of Contents

Class ProfileSnapshotCommandSettings

Namespace
OpenQA.Selenium.DevTools.V132.LayerTree
Assembly
WebDriver.dll

ProfileSnapshot

public sealed class ProfileSnapshotCommandSettings : ICommand
Inheritance
ProfileSnapshotCommandSettings
Implements
Inherited Members

Properties

ClipRect

Gets or sets the clipRect

[JsonPropertyName("clipRect")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public Rect ClipRect { get; set; }

Property Value

Rect

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

MinDuration

Gets or sets the minDuration

[JsonPropertyName("minDuration")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? MinDuration { get; set; }

Property Value

double?

MinRepeatCount

Gets or sets the minRepeatCount

[JsonPropertyName("minRepeatCount")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? MinRepeatCount { get; set; }

Property Value

long?

SnapshotId

Gets or sets the snapshotId

[JsonPropertyName("snapshotId")]
public string SnapshotId { get; set; }

Property Value

string