FindAllByTagName Method (String)

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Returns a list of elements with a specific tag name.

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

public ReadOnlyCollection<Element> AllByTagName(
	string tagName
)

Parameters

tagName
Type: SystemString
The tag name to search for.

Return Value

Type: ReadOnlyCollectionElement
The list of found elements.
See Also

Reference