FindByName Method (String)

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Returns an element by searching for its 'name' attribute value

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

public Element ByName(
	string name
)

Parameters

name
Type: SystemString
The name value for the element to find. All searches as case-insensitive

Return Value

Type: Element
The found element. The function returns null if no element is found.
See Also

Reference