Automation Guide
Action-based testing language
TestArchitect Automation Classes
Automation classes
AbtTab
The requested page is not available for selected version.
SelectItemByText
Syntax
long SelectItemByText(string text)
Description
Select a tab item from the tab control based on the item’s text content.
Parameters
text
String value specifying the text content of the tab of interest.
Return Value
Return 0 if the call is successful; otherwise, -1..