Class KeyPressDescriptor
Inheritance
System.Object
KeyPressDescriptor
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 KeyPressDescriptor : DesktopActionDescriptorBase, INotifyPropertyChanged, ICustomTypeDescriptor, IExtensibleDataObject
Constructors
KeyPressDescriptor()
Declaration
public KeyPressDescriptor()
Properties
Alt
Declaration
[PrimaryProperty]
public bool Alt { get; set; }
Property Value
System.Boolean
|
Control
Declaration
[PrimaryProperty]
public bool Control { get; set; }
Property Value
System.Boolean
|
FriendlyDescription
Declaration
public override string FriendlyDescription { get; }
Property Value
System.String
|
Overrides
Key
Declaration
[DataDriven]
[PrimaryProperty]
public NormalizedKeys Key { get; set; }
Property Value
NormalizedKeys
|
RequiredAssemblyReferences
Declaration
public override string[] RequiredAssemblyReferences { get; }
Property Value
System.String[]
|
Overrides
Shift
Declaration
[PrimaryProperty]
public bool Shift { 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
|