Table of Contents

Class BigIntRemoteValue

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

Constructors

BigIntRemoteValue(string)

public BigIntRemoteValue(string Value)

Parameters

Value string

Properties

Value

public string Value { get; init; }

Property Value

string