Table of Contents

Class BooleanLocalValue

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

Constructors

BooleanLocalValue(bool)

public BooleanLocalValue(bool Value)

Parameters

Value bool

Properties

Value

public bool Value { get; init; }

Property Value

bool