FindParam Constructor (String, Int32, String)

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Create a new find parameter of Type=TagIndex with additional attributes to use to find the element or verify it.

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

public FindParam(
	string tagName,
	int occurrenceIndex,
	params string[] attributesNameValuePairs
)

Parameters

tagName
Type: SystemString
The TagName to search for.
occurrenceIndex
Type: SystemInt32
The occurrence index of the tag (Zero-Based).
attributesNameValuePairs
Type: SystemString
Any additional attributes to check for; both exact or partial
See Also

Reference