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.
Syntax| C# |
public bool IgnoreFindAllControlMismatch { get; set; }
Assembly: ArtOfTest.WebAii (Module: ArtOfTest.WebAii)
