Table of Contents

Class SetStyleTextsCommandSettings

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

SetStyleTexts

public sealed class SetStyleTextsCommandSettings : ICommand
Inheritance
SetStyleTextsCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Edits

Gets or sets the edits

[JsonPropertyName("edits")]
public StyleDeclarationEdit[] Edits { get; set; }

Property Value

StyleDeclarationEdit[]

NodeForPropertySyntaxValidation

Gets or sets the nodeForPropertySyntaxValidation

[JsonPropertyName("nodeForPropertySyntaxValidation")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? NodeForPropertySyntaxValidation { get; set; }

Property Value

long?