Table of Contents

Class SetKeyframeKeyCommandSettings

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

Modifies the keyframe rule key text.

public sealed class SetKeyframeKeyCommandSettings : ICommand
Inheritance
SetKeyframeKeyCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

KeyText

Gets or sets the keyText

[JsonPropertyName("keyText")]
public string KeyText { get; set; }

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