Class AndWebLocator

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

Constructors

AndWebLocator(WebLocator, WebLocator)

public AndWebLocator(WebLocator Left, WebLocator Right)

Parameters

Left WebLocator
Right WebLocator

Properties

Left

public WebLocator Left { get; init; }

Property Value

WebLocator

Right

public WebLocator Right { get; init; }

Property Value

WebLocator

Methods

Describe()

public override string Describe()

Returns

string