Table of Contents

Class SetKeyframeKeyResult

Namespace
Selenium.WebDriver.BiDi.Cdp.CSS
Assembly
Selenium.WebDriver.BiDi.Cdp.dll
public sealed record SetKeyframeKeyResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<SetKeyframeKeyResult>
Inheritance
EmptyResult
SetKeyframeKeyResult
Implements
IEquatable<EmptyResult>
Inherited Members
EmptyResult.ToString()
EmptyResult.GetHashCode()
EmptyResult.Equals(EmptyResult)
EmptyResult.<Clone>$()
EmptyResult.AdditionalData
EmptyResult.AdditionalMessageData

Constructors

SetKeyframeKeyResult(Value)

public SetKeyframeKeyResult(Value KeyText)

Parameters

KeyText Value

The resulting key text after modification.

Properties

KeyText

The resulting key text after modification.

public Value KeyText { get; init; }

Property Value

Value