Table of Contents

Class ProfileSnapshotCommandSettings

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

ProfileSnapshot

public sealed class ProfileSnapshotCommandSettings : ICommand
Inheritance
ProfileSnapshotCommandSettings
Implements
Inherited Members

Properties

ClipRect

The clip rectangle to apply when replaying the snapshot.

[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

The minimum duration (in seconds) to replay the snapshot.

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

Property Value

double?

MinRepeatCount

The maximum number of times to replay the snapshot (1, if not specified).

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

Property Value

long?

SnapshotId

The id of the layer snapshot.

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

Property Value

string