ArtOfTest, Inc. - WebAii 1.1 Automation Infrastructure
IgnoreFindAllControlMismatch Property
NamespacesArtOfTest.WebAii.CoreFindIgnoreFindAllControlMismatch
Gets/Sets whether to ignore Find.Allxx<TControl>(...) elements that don't match the TControl specified. (i.e. the TControl type validation fails for that element). If false, the Find.Allxx method will throw an exception.
Declaration Syntax
C#Visual BasicVisual Basic Usage
public bool IgnoreFindAllControlMismatch { get; set; }
Public Property IgnoreFindAllControlMismatch As Boolean
Dim instance As Find
Dim value As Boolean

value = instance.IgnoreFindAllControlMismatch

instance.IgnoreFindAllControlMismatch = value

Assembly: ArtOfTest.WebAii (Module: ArtOfTest.WebAii) Version: 1.1.900.0 (1.1.900.0)