ArtOfTest, Inc. - WebAii 1.1 Automation Infrastructure reference library
Find.IgnoreFindAllControlMismatch property
Namespaces > ArtOfTest.WebAii.Core > Find > IgnoreFindAllControlMismatch
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)