ArtOfTest, Inc. - WebAii 1.1 Automation Infrastructure reference library
Find.AllByParam<TControl>(param) method
Namespaces > ArtOfTest.WebAii.Core > Find > AllByParam<(Of TControl>)(FindParam)
Returns a list of elements that match the specified FindParam. Note that this method does not support FindParam.Type=NodePathIndex.
Syntax
C#
public ReadOnlyCollection<TControl> AllByParam<TControl> (
	FindParam param
) where TControl : new(), Control
Generic Template Parameters
TControl
Control type to get.
Parameters
param (FindParam)
The FindParam to match.
Return Value
The list of found elements.

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