Table of Contents

Class RegExpLocalValue

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

Constructors

RegExpLocalValue(RegExpValue)

public RegExpLocalValue(RegExpValue Value)

Parameters

Value RegExpValue

Properties

Value

public RegExpValue Value { get; init; }

Property Value

RegExpValue