ElementGetAttributeValueOrEmpty Method

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Gets the value of the attribute or a String.Empty if attribute does not exist.

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

public string GetAttributeValueOrEmpty(
	string attrName
)

Parameters

attrName
Type: SystemString
The attribute to get.

Return Value

Type: String
String.Empty if not found, else the attribute name.
See Also

Reference