Table of Contents

Class GetLonghandPropertiesCommandResponse

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

Response for GetLonghandProperties

public sealed class GetLonghandPropertiesCommandResponse : ICommandResponse<GetLonghandPropertiesCommandSettings>, ICommandResponse
Inheritance
GetLonghandPropertiesCommandResponse
Implements
Inherited Members
Extension Methods

Properties

LonghandProperties

Gets or sets the longhandProperties

[JsonPropertyName("longhandProperties")]
public CSSProperty[] LonghandProperties { get; set; }

Property Value

CSSProperty[]