Table of Contents

Class SetSupportsTextCommandSettings

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

SetSupportsText

public sealed class SetSupportsTextCommandSettings : ICommand
Inheritance
SetSupportsTextCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Range

Gets or sets the range

[JsonPropertyName("range")]
public SourceRange Range { get; set; }

Property Value

SourceRange

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