Table of Contents

Class SetKeyframeKeyCommandResponse

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

Response for Modifies the keyframe rule key text.

public sealed class SetKeyframeKeyCommandResponse : ICommandResponse<SetKeyframeKeyCommandSettings>, ICommandResponse
Inheritance
SetKeyframeKeyCommandResponse
Implements
Inherited Members
Extension Methods

Properties

KeyText

The resulting key text after modification.

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

Property Value

Value