Class ConnectToApplicationDescriptor
Inheritance
System.Object
ConnectToApplicationDescriptor
Inherited Members
AutomationDescriptor.InvokeMethod(CodeExpression, Boolean, String, CodeGenerationLanguage, Object[])
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Design.IntrinsicTranslators.DesktopAutomation.Descriptors.Actions
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class ConnectToApplicationDescriptor : DesktopActionDescriptorBase, INotifyPropertyChanged, ICustomTypeDescriptor, IExtensibleDataObject
Constructors
ConnectToApplicationDescriptor()
Declaration
public ConnectToApplicationDescriptor()
Properties
AutoClose
Declaration
[PrimaryProperty]
public bool AutoClose { get; set; }
Property Value
System.Boolean
|
ConnectionTimeout
Declaration
public int ConnectionTimeout { get; set; }
Property Value
System.Int32
|
FriendlyDescription
Declaration
public override string FriendlyDescription { get; }
Property Value
System.String
|
Overrides
ProcessIndex
Declaration
[PrimaryProperty]
public int ProcessIndex { get; set; }
Property Value
System.Int32
|
ProcessName
Declaration
[PrimaryProperty]
public string ProcessName { get; set; }
Property Value
System.String
|
SetFocus
Declaration
[PrimaryProperty]
public bool SetFocus { get; set; }
Property Value
System.Boolean
|
UseStepWaitOnElementsTimout
Declaration
public override bool UseStepWaitOnElementsTimout { get; set; }
Property Value
System.Boolean
|
Overrides
WaitOnElementsTimeout
Declaration
public override int WaitOnElementsTimeout { get; set; }
Property Value
System.Int32
|
Overrides
Methods
Execute(IAutomationHost)
Declaration
public override void Execute(IAutomationHost autoHost)
Parameters
IAutomationHost
autoHost
|