Table of Contents

Class SetStyleTextsCommandResponse

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

Response for Applies specified style edits one after another in the given order.

public sealed class SetStyleTextsCommandResponse : ICommandResponse<SetStyleTextsCommandSettings>, ICommandResponse
Inheritance
SetStyleTextsCommandResponse
Implements
Inherited Members
Extension Methods

Properties

Styles

The resulting styles after modification.

[JsonPropertyName("styles")]
public CSSStyle[] Styles { get; set; }

Property Value

CSSStyle[]