Class TextFromImageVerificationDescriptor
Inheritance
System.Object
TextFromImageVerificationDescriptor
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
[SupportsImageCapture(true)]
public class TextFromImageVerificationDescriptor : VerificationDescriptor, INotifyPropertyChanged, ICustomTypeDescriptor, IExtensibleDataObject, IQuickTasks
Constructors
TextFromImageVerificationDescriptor()
Declaration
public TextFromImageVerificationDescriptor()
TextFromImageVerificationDescriptor(ITargetElement, String, StringCompareType, Rectangle)
Declaration
public TextFromImageVerificationDescriptor(ITargetElement element, string extractedText, StringCompareType compareType, Rectangle selectedArea)
Parameters
ITargetElement
element
|
System.String
extractedText
|
StringCompareType
compareType
|
System.Drawing.Rectangle
selectedArea
|
Properties
CompareType
Declaration
[SentenceParam("compare?", AutomationDescriptorType.Extraction)]
public StringCompareType CompareType { get; set; }
Property Value
StringCompareType
|
FriendlyDescription
Declaration
public override string FriendlyDescription { get; }
Property Value
System.String
|
Overrides
ScrollToVisible
Declaration
[PrimaryProperty]
public bool ScrollToVisible { get; set; }
Property Value
System.Boolean
|
ScrollToVisibleType
Declaration
[PrimaryProperty]
public ScrollToVisibleType ScrollToVisibleType { get; set; }
Property Value
ScrollToVisibleType
|
SearchByImageFirst
Declaration
public override SearchElementOrderType SearchByImageFirst { get; set; }
Property Value
SearchElementOrderType
|
Overrides
SelectedArea
Declaration
public Rectangle SelectedArea { get; set; }
Property Value
System.Drawing.Rectangle
|
SelectedAreaExtraction
Declaration
[PrimaryProperty]
public bool SelectedAreaExtraction { get; }
Property Value
System.Boolean
|
SupportsConvertToCode
Declaration
public override bool SupportsConvertToCode { get; }
Property Value
System.Boolean
|
Overrides
SupportsExtraction
Declaration
public override bool SupportsExtraction { get; }
Property Value
System.Boolean
|
Overrides
TechnologyType
Declaration
public override TechnologyType TechnologyType { get; }
Property Value
TechnologyType
|
Overrides
TextToMatch
Declaration
[DataDriven]
[SentenceParam("value?", AutomationDescriptorType.Extraction, IsExtractedValue = true)]
[PrimaryProperty]
public string TextToMatch { get; set; }
Property Value
System.String
|
Methods
ExecuteScrollToVisible()
Declaration
public virtual void ExecuteScrollToVisible()
ExtractData(IAutomationHost, DescriptorValueStore)
Declaration
public override void ExtractData(IAutomationHost targetHost, DescriptorValueStore dataStore)
Parameters
IAutomationHost
targetHost
|
DescriptorValueStore
dataStore
|
Overrides
GetQuickTasks()
ToCode()
Verify(DescriptorValueStore)
Declaration
public override VerificationResult Verify(DescriptorValueStore dataStore)
Parameters
DescriptorValueStore
dataStore
|
Returns
VerificationResult
|