Table of Contents

Class CompositingReasonsCommandSettings

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

CompositingReasons

public sealed class CompositingReasonsCommandSettings : ICommand
Inheritance
CompositingReasonsCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

LayerId

Gets or sets the layerId

[JsonPropertyName("layerId")]
public string LayerId { get; set; }

Property Value

string