Table of Contents

Class SetStyleSheetTextCommandSettings

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

Sets the new stylesheet text.

public sealed class SetStyleSheetTextCommandSettings : ICommand
Inheritance
SetStyleSheetTextCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

StyleSheetId

Gets or sets the styleSheetId

[JsonPropertyName("styleSheetId")]
public string StyleSheetId { get; set; }

Property Value

string

Text

Gets or sets the text

[JsonPropertyName("text")]
public string Text { get; set; }

Property Value

string