Class ExistsVerificationDescriptor
Inheritance
System.Object
ExistsVerificationDescriptor
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.Descriptors
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 ExistsVerificationDescriptor : VerificationDescriptor, INotifyPropertyChanged, ICustomTypeDescriptor, IExtensibleDataObject, IQuickTasks
Constructors
ExistsVerificationDescriptor()
Declaration
public ExistsVerificationDescriptor()
ExistsVerificationDescriptor(ITargetElement, Boolean)
Declaration
public ExistsVerificationDescriptor(ITargetElement element, bool existsNot)
Parameters
ITargetElement
element
|
System.Boolean
existsNot
|
Properties
Exists
Declaration
[PrimaryProperty]
[SentenceParam("exists?", AutomationDescriptorType.Extraction, IsExtractedValue = true)]
[DataDriven]
public bool Exists { get; set; }
Property Value
System.Boolean
|
ExistsNot
Declaration
[PrimaryProperty]
public bool ExistsNot { get; set; }
Property Value
System.Boolean
|
FriendlyDescription
Declaration
public override string FriendlyDescription { get; }
Property Value
System.String
|
Overrides
IsWaitOnly
Declaration
public override bool IsWaitOnly { get; }
Property Value
System.Boolean
|
Overrides
PrimaryTarget
Declaration
public override ElementDescriptor PrimaryTarget { get; set; }
Property Value
ElementDescriptor
|
Overrides
PrimaryTargetKey
Declaration
public override string PrimaryTargetKey { get; }
Property Value
System.String
|
Overrides
SearchByImageFirst
Declaration
public SearchElementOrderType SearchByImageFirst { get; }
Property Value
SearchElementOrderType
|
TechnologyType
Declaration
public override TechnologyType TechnologyType { get; }
Property Value
TechnologyType
|
Overrides
UseStepWaitOnElementsTimout
Declaration
public override bool UseStepWaitOnElementsTimout { get; set; }
Property Value
System.Boolean
|
Overrides
WaitOnElements
Declaration
public override bool WaitOnElements { get; set; }
Property Value
System.Boolean
|
Overrides
WaitOnElementsTimeout
Declaration
public override int WaitOnElementsTimeout { get; set; }
Property Value
System.Int32
|
Overrides
Methods
CreateElementFindExpression(String)
Declaration
protected override CodeExpression CreateElementFindExpression(string elementKey)
Parameters
System.String
elementKey
|
Returns
System.CodeDom.CodeExpression
|
Overrides
ExtractData(IAutomationHost, DescriptorValueStore)
Declaration
public override void ExtractData(IAutomationHost targetBrowser, DescriptorValueStore dataStore)
Parameters
IAutomationHost
targetBrowser
|
DescriptorValueStore
dataStore
|
Overrides
GetQuickTasks()
PerformWait(IAutomationHost)
Declaration
public override VerificationWaitResult PerformWait(IAutomationHost host)
Parameters
IAutomationHost
host
|
Returns
VerificationWaitResult
|
Overrides
ToCode()
Verify(DescriptorValueStore)
Declaration
public override VerificationResult Verify(DescriptorValueStore dataStore)
Parameters
DescriptorValueStore
dataStore
|
Returns
VerificationResult
|