Class ElementExistsVerificationDescriptor
Inheritance
System.Object
ElementExistsVerificationDescriptor
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.Verifications
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
[Sentence("Exists", "Wait for element 'exists' is {Exists}", false)]
[SupportsImageCapture(false)]
[ImageNotApplicableNottifcation("Wait for exist step does not record image by default.")]
public class ElementExistsVerificationDescriptor : ExistsVerificationDescriptor, INotifyPropertyChanged, ICustomTypeDescriptor, IExtensibleDataObject, IQuickTasks
Constructors
ElementExistsVerificationDescriptor()
Declaration
public ElementExistsVerificationDescriptor()
ElementExistsVerificationDescriptor(ITargetElement, Boolean)
Declaration
public ElementExistsVerificationDescriptor(ITargetElement element, bool existsNot)
Parameters
ITargetElement
element
|
System.Boolean
existsNot
|