Table of Contents

Class BooleanRemoteValue

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

Constructors

BooleanRemoteValue(bool)

public BooleanRemoteValue(bool Value)

Parameters

Value bool

Properties

Value

public bool Value { get; init; }

Property Value

bool