FindById Method (String)

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Returns an element by looking for its 'id' 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 ById(
	string id
)

Parameters

id
Type: SystemString
The id value for the element to find. All searches are case-insensitive. Prefix the id with '~' for partial id searches.

Return Value

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

Reference