ArtOfTest, Inc. - WebAii 1.1 Automation Infrastructure reference library
Find.ByCustom(predicate) method
Namespaces > ArtOfTest.WebAii.Core > Find > ByCustom(Predicate<(Of Element>))
Return the element that matches the defined predicate
Syntax
C#
public Element ByCustom (
	Predicate<Element> predicate
)
Parameters
predicate (Predicate<(Of Element>))
The custom predicate that defines the element search
Return Value
The element, else null.

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