Table of Contents

Class GetLonghandPropertiesCommandSettings

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

GetLonghandProperties

public sealed class GetLonghandPropertiesCommandSettings : ICommand
Inheritance
GetLonghandPropertiesCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

ShorthandName

Gets or sets the shorthandName

[JsonPropertyName("shorthandName")]
public string ShorthandName { get; set; }

Property Value

string

Value

Gets or sets the value

[JsonPropertyName("value")]
public string Value { get; set; }

Property Value

string