Class WebFailureContext

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

Constructors

WebFailureContext(string, WebElementReference?, Exception)

public WebFailureContext(string Operation, WebElementReference? Element, Exception Exception)

Parameters

Operation string
Element WebElementReference
Exception Exception

Properties

Element

public WebElementReference? Element { get; init; }

Property Value

WebElementReference

Exception

public Exception Exception { get; init; }

Property Value

Exception

Operation

public string Operation { get; init; }

Property Value

string