Class WebOperationContext

Namespace
ProtoTest.Web
Assembly
ProtoTest.Web.dll
public sealed class WebOperationContext
Inheritance
WebOperationContext
Inherited Members
Extension Methods

Properties

BackendName

public string BackendName { get; }

Property Value

string

CorrelationId

public string CorrelationId { get; }

Property Value

string

Element

public WebElementReference? Element { get; }

Property Value

WebElementReference

Execution

public ProtoExecutionContext Execution { get; }

Property Value

ProtoExecutionContext

Kind

public WebOperationKind Kind { get; }

Property Value

WebOperationKind

Name

public string Name { get; }

Property Value

string

Result

public object? Result { get; }

Property Value

object

SessionName

public string SessionName { get; }

Property Value

string