ArtOfTest, Inc. - WebAii 1.1 Automation Infrastructure reference library
Find.ByName(name) method
Returns an element by searching for its 'name' attribute value
Syntax
C#
public Element ByName (
	string name
)
Parameters
name (String)
The name value for the element to find. All searches as case-insensitive
Return Value
The found element. The function returns null if no element is found.

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