Automation Guide
Action-based testing language
TestArchitect Automation Classes
Automation classes
AbtTab ![](data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAAXklEQVRIiWNgGAWjAAoYoZhmhk9kYGCYQStLHBgYGP4xMDD8h1pEE0vSkSyhmU9GqCVMtHABJYCmQTR0DXdgoCCjMROh5iEDA4MgAwPDRQYGhlyoRVQHNC3sRsEQBwD2mR7t73r7NQAAAABJRU5ErkJggg==)
The requested page is not available for selected version.
DoesItemExistByIndex
Syntax
Boolean DoesItemExistByIndex(int index)
Description
Determine whether or not a tab, as specified by its index, exists.
Parameters
index
Integer index of the tab. Note that index numbering begins with 1.
Return Value
Return TRUE ifthe tab exists; otherwise, FALSE.