Table of Contents

Class GetComputedStyleForNodeCommandResponse

Namespace
OpenQA.Selenium.DevTools.V132.CSS
Assembly
WebDriver.dll

Response for GetComputedStyleForNode

public sealed class GetComputedStyleForNodeCommandResponse : ICommandResponse<GetComputedStyleForNodeCommandSettings>, ICommandResponse
Inheritance
GetComputedStyleForNodeCommandResponse
Implements
Inherited Members
Extension Methods

Properties

ComputedStyle

Gets or sets the computedStyle

[JsonPropertyName("computedStyle")]
public CSSComputedStyleProperty[] ComputedStyle { get; set; }

Property Value

CSSComputedStyleProperty[]