ArtOfTest, Inc. - WebAii 1.1 Automation Infrastructure
All Method (excludeClassAttributes)
NamespacesArtOfTest.WebAii.CoreFindAll(Boolean)
Find all elements set using FindParamAttributes.
Declaration Syntax
C#Visual BasicVisual Basic Usage
[ObsoleteAttribute("This method is now obsolete. Please use the Manager.Elements[] which can generically handle frames/regions too")]
public void All(
	bool excludeClassAttributes
)
<ObsoleteAttribute("This method is now obsolete. Please use the Manager.Elements[] which can generically handle frames/regions too")> _
Public Sub All ( _
	excludeClassAttributes As Boolean _
)
Dim instance As Find
Dim excludeClassAttributes As Boolean

instance.All(excludeClassAttributes)
Parameters
excludeClassAttributes (Boolean)
If true, will exclude FindParamAttributes set on the test class.

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