Class TestUserProperties
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Design.ProjectModel
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class TestUserProperties : TestBaseUserProperties
Constructors
TestUserProperties(Test)
Properties
BrowserType
Declaration
public BrowserExecutionType BrowserType { get; set; }
Property Value
BrowserExecutionType
|
DefaultToGrid
Declaration
public bool DefaultToGrid { get; set; }
Property Value
System.Boolean
|
DisableDialogMonitoring
Declaration
public bool DisableDialogMonitoring { get; set; }
Property Value
System.Boolean
|
HasBuiltInGrid
Declaration
public bool HasBuiltInGrid { get; }
Property Value
System.Boolean
|
HasCodeBehind
Declaration
public bool HasCodeBehind { get; }
Property Value
System.Boolean
|
InheritParentDataSource
Declaration
public bool InheritParentDataSource { get; set; }
Property Value
System.Boolean
|
IsManual
Declaration
public bool IsManual { get; set; }
Property Value
System.Boolean
|
ReuseAppWindow
Declaration
public int ReuseAppWindow { get; set; }
Property Value
System.Int32
|
SilverlightEnabled
Declaration
public bool SilverlightEnabled { get; set; }
Property Value
System.Boolean
|
StopTestListOnFailure
Declaration
public bool StopTestListOnFailure { get; set; }
Property Value
System.Boolean
|
WebKitExecutionDelay
Declaration
public int WebKitExecutionDelay { get; set; }
Property Value
System.Int32
|