ArtOfTest, Inc. - WebAii 1.1 Automation Infrastructure reference library
Find.AllByParam(param) method
Namespaces > ArtOfTest.WebAii.Core > Find > AllByParam(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<Element> AllByParam (
	FindParam param
)
Parameters
param (FindParam)
The FindParam to match.
Return Value
The list of found elements.

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