Table of Contents

Class LoadSnapshotCommandSettings

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

LoadSnapshot

public sealed class LoadSnapshotCommandSettings : ICommand
Inheritance
LoadSnapshotCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Tiles

Gets or sets the tiles

[JsonPropertyName("tiles")]
public PictureTile[] Tiles { get; set; }

Property Value

PictureTile[]