ArtOfTest, Inc. - WebAii 1.1 Automation Infrastructure reference library
Find.ByParam(param) method
Namespaces > ArtOfTest.WebAii.Core > Find > ByParam(FindParam)
Return an element using a FindParam
Syntax
C#
public Element ByParam (
	FindParam param
)
Parameters
param (FindParam)
The FindParam that describes how to find the target element.
Return Value
The found element. The function returns null if no element is found.

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