Class
DebugOptionsViewModel

Definition

Namespace:ArtOfTest.WebAii.Design.UI

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class DebugOptionsViewModel : INotifyPropertyChanged

Inheritance: objectDebugOptionsViewModel

Implements: INotifyPropertyChanged

Constructors

DebugOptionsViewModel(DebuggerOptions, Settings)

Declaration

cs-api-definition
public DebugOptionsViewModel(DebuggerOptions options, Settings settings)

Parameters

options

DebuggerOptions

settings

Settings

Properties

ClientReadyTimeout

Declaration

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

Property Value

int

ElementWaitTimeout

Declaration

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

Property Value

int

IsAutoPauseNever

Declaration

cs-api-definition
public bool IsAutoPauseNever { get; set; }

Property Value

bool

IsAutoPauseOnAnyError

Declaration

cs-api-definition
public bool IsAutoPauseOnAnyError { get; set; }

Property Value

bool

IsAutoPauseOnFindError

Declaration

cs-api-definition
public bool IsAutoPauseOnFindError { get; set; }

Property Value

bool

IsAutoPauseOnVerifyError

Declaration

cs-api-definition
public bool IsAutoPauseOnVerifyError { get; set; }

Property Value

bool

IsAutoPauseOnWaitError

Declaration

cs-api-definition
public bool IsAutoPauseOnWaitError { get; set; }

Property Value

bool

Methods

OnPropertyChanged(string)

Declaration

cs-api-definition
public void OnPropertyChanged(string propertyName)

Parameters

propertyName

string

Events

PropertyChanged

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler

Implements INotifyPropertyChanged.PropertyChanged