Table of Contents

Class LocalValue.RegExp.RegExpValue

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

Constructors

RegExpValue(string)

public RegExpValue(string Pattern)

Parameters

Pattern string

Properties

Flags

public string? Flags { get; set; }

Property Value

string

Pattern

public string Pattern { get; init; }

Property Value

string