Table of Contents

Class GetComputedStyleForNodeCommandResponse

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

Response for Returns the computed style for a DOM node identified by nodeId.

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

Properties

ComputedStyle

Computed style for the specified DOM node.

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

Property Value

CSSComputedStyleProperty[]

ExtraFields

A list of non-standard "extra fields" which blink stores alongside each computed style.

[JsonPropertyName("extraFields")]
public ComputedStyleExtraFields ExtraFields { get; set; }

Property Value

ComputedStyleExtraFields