HtmlControlGetAttributeAsString Method

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Get an attribute of this element as a string

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

protected string GetAttributeAsString(
	string attributeName
)

Parameters

attributeName
Type: SystemString
The attribute name to get.

Return Value

Type: String
The value of the attribute or a string.empty if the attribute is not available.
See Also

Reference