Table of Contents

Class RemoteValue.Boolean

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

Constructors

Boolean(bool)

public Boolean(bool Value)

Parameters

Value bool

Properties

Value

public bool Value { get; init; }

Property Value

bool