Table of Contents

Class CompositingReasonsCommandResponse

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

Response for Provides the reasons why the given layer was composited.

public sealed class CompositingReasonsCommandResponse : ICommandResponse<CompositingReasonsCommandSettings>, ICommandResponse
Inheritance
CompositingReasonsCommandResponse
Implements
Inherited Members
Extension Methods

Properties

CompositingReasonIds

A list of strings specifying reason IDs for the given layer to become composited.

[JsonPropertyName("compositingReasonIds")]
public string[] CompositingReasonIds { get; set; }

Property Value

string[]

CompositingReasons

A list of strings specifying reasons for the given layer to become composited.

[JsonPropertyName("compositingReasons")]
public string[] CompositingReasons { get; set; }

Property Value

string[]