Table of Contents

Class CSSFunctionParameter

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

CSSFunctionParameter

public sealed class CSSFunctionParameter
Inheritance
CSSFunctionParameter
Inherited Members

Properties

Name

name

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

Property Value

string

Type

type

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

Property Value

string