ElementGetAttribute Method (String, Boolean)

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Finds a specific attribute name in the Element list of attributes and returns its object

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

public iAttribute GetAttribute(
	string name,
	bool ignoreCase
)

Parameters

name
Type: SystemString
The name of the attribute to find.
ignoreCase
Type: SystemBoolean
Ignore case when searching.

Return Value

Type: iAttribute
The attribute object or null if the attribute is not found.
See Also

Reference