Table of Contents

Class CompositingReasonsCommandSettings

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

Provides the reasons why the given layer was composited.

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

The id of the layer for which we want to get the reasons it was composited.

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

Property Value

string