Table of Contents

Class TakeComputedStyleUpdatesCommandResponse

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

Response for Polls the next batch of computed style updates.

public sealed class TakeComputedStyleUpdatesCommandResponse : ICommandResponse<TakeComputedStyleUpdatesCommandSettings>, ICommandResponse
Inheritance
TakeComputedStyleUpdatesCommandResponse
Implements
Inherited Members
Extension Methods

Properties

NodeIds

The list of node Ids that have their tracked computed styles updated.

[JsonPropertyName("nodeIds")]
public long[] NodeIds { get; set; }

Property Value

long[]