Table of Contents

Class SetStyleTextsCommandResponse

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

Response for SetStyleTexts

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

Properties

Styles

Gets or sets the styles

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

Property Value

CSSStyle[]