Table of Contents

Class CSSFunctionParameter

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

CSS function argument representation.

public sealed class CSSFunctionParameter
Inheritance
CSSFunctionParameter
Inherited Members

Properties

Name

The parameter name.

[JsonPropertyName("name")]
public string Name { get; set; }

Property Value

string

Type

The parameter type.

[JsonPropertyName("type")]
public string Type { get; set; }

Property Value

string