Table of Contents

Class DateRemoteValue

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

Constructors

DateRemoteValue(string)

public DateRemoteValue(string Value)

Parameters

Value string

Properties

Handle

public Handle? Handle { get; set; }

Property Value

Handle

InternalId

public InternalId? InternalId { get; set; }

Property Value

InternalId

Value

public string Value { get; init; }

Property Value

string