ElementContainsAttribute Method (String)

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
True/False whether this element contains a specific attribute name.

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

public bool ContainsAttribute(
	string attributeName
)

Parameters

attributeName
Type: SystemString
The attribute name to check for.

Return Value

Type: Boolean
True/False on the attribute existence.
See Also

Reference