FindAllByCustom Method (PredicateElement)

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Return all elements that match the predicate

Namespace:  ArtOfTest.WebAii.Core
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

public ReadOnlyCollection<Element> AllByCustom(
	Predicate<Element> predicate
)

Parameters

predicate
Type: SystemPredicateElement
The custom predicate that defines the element search

Return Value

Type: ReadOnlyCollectionElement
The list of elements that match the predicate, else an empty collection or an exception (depending on ThrowIfNullOrEmpty)
See Also

Reference