Table of Contents

Class LocalValue.Date

Namespace
OpenQA.Selenium.BiDi.Modules.Script
Assembly
WebDriver.dll
public record LocalValue.Date : LocalValue, IEquatable<LocalValue>, IEquatable<LocalValue.Date>
Inheritance
LocalValue.Date
Implements
Inherited Members

Constructors

Date(string)

public Date(string Value)

Parameters

Value string

Properties

Value

public string Value { get; init; }

Property Value

string