Class
RecorderParameters

Wrapper class for Recorder parameters

Definition

Namespace:ArtOfTest.WebAii.Design.UI.RecordingSurface

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class RecorderParameters

Inheritance: objectRecorderParameters

Constructors

RecorderParameters()

Declaration

cs-api-definition
public RecorderParameters()

Properties

AdditionalData

Declaration

cs-api-definition
public string AdditionalData { get; set; }

Property Value

string

BrowserType

Declaration

cs-api-definition
public BrowserType BrowserType { get; set; }

Property Value

BrowserType

Callback

Declaration

cs-api-definition
public Action<IAutomationHost, string> Callback { get; set; }

Property Value

Action<IAutomationHost, string>

ExecType

Declaration

cs-api-definition
public ExecutionType ExecType { get; set; }

Property Value

ExecutionType

Mode

Declaration

cs-api-definition
public RecorderMode Mode { get; set; }

Property Value

RecorderMode

ProcessId

Declaration

cs-api-definition
public int ProcessId { get; set; }

Property Value

int

RecorderHandles

Declaration

cs-api-definition
public IntPtr[] RecorderHandles { get; set; }

Property Value

IntPtr[]