The requested page is not available for selected version.
GetChildOfClassAt
Syntax
GetChildOfClassAt(class, index)
Description
Retrieve the child element of the specified class by its index.
Parameters
class
TA class name.
index
Integer value indicating the index of the child element in the class. Note that index numbering begins with 1.
Return Value
AbtElement object representing the control or HTML element of the specified class, which is a child of the main object at the specified index.