Class PlaceholderWebLocator

Namespace
ProtoTest.Web
Assembly
ProtoTest.Web.dll
public sealed record PlaceholderWebLocator : WebLocator, IEquatable<WebLocator>, IEquatable<PlaceholderWebLocator>
Inheritance
PlaceholderWebLocator
Implements
Inherited Members
Extension Methods

Constructors

PlaceholderWebLocator(string, bool)

public PlaceholderWebLocator(string Value, bool Exact = true)

Parameters

Value string
Exact bool

Properties

Exact

public bool Exact { get; init; }

Property Value

bool

Value

public string Value { get; init; }

Property Value

string

Methods

Describe()

public override string Describe()

Returns

string