ArtOfTest, Inc. - WebAii 1.1 Automation Infrastructure reference library
Find.FromCollection(collection) method
Namespaces > ArtOfTest.WebAii.Core > Find > FromCollection(FindParamCollection)
Finds all elements with the FindParams in the passed in collection.
Syntax
C#
public IDictionary<string, Element> FromCollection (
	FindParamCollection collection
)
Parameters
collection (FindParamCollection)
The collection of all the FindParams
Remarks
If ThrowIfNullOrEmpty is true, this function will throw if an element is not found. If ThrowIfNullOrEmpty is false, this function will not add and element that we not found.

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