Table of Contents

Class DateLocalValue

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

Constructors

DateLocalValue(string)

public DateLocalValue(string Value)

Parameters

Value string

Properties

Value

public string Value { get; init; }

Property Value

string