JavaTabGroup API

The JavaTabGroup object is used to identify or automate a javax.swing.JTabbedPane component or its subclasses.

The SelectTabByCaption method is used to select a tab according to its label:

void SelectTabByCaption(string in_lbl)

Parameter

Description

string in_lbl

The label of the desired tab.