Table of Contents

Class StringLocalValue

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

Constructors

StringLocalValue(string)

public StringLocalValue(string Value)

Parameters

Value string

Properties

Value

public string Value { get; init; }

Property Value

string