Class WebFailureContext
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
OperationstringElementWebElementReferenceExceptionException
Properties
Element
public WebElementReference? Element { get; init; }
Property Value
Exception
public Exception Exception { get; init; }
Property Value
Operation
public string Operation { get; init; }