ArtOfTest, Inc. - WebAii 1.1 Automation Infrastructure reference library
Find.ByParam(chainedParams) method
Namespaces > ArtOfTest.WebAii.Core > Find > ByParam(FindParam[]())
Returns an element using a chained identification.
Syntax
C#
public Element ByParam (
	FindParam[] chainedParams
)
Parameters
chainedParams (FindParam[]())
An array of FindParams used to identify an element by piping the search result of each FindParam as the reference element for the FindParam that follows.
Return Value
The found element. The function returns null if no element is found.

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