Selects a tab to display. This function can be used in the Before process events on the List or Print pages.
Syntax
setCurrentTabId(tabId);
Arguments
tabId
the id of the tab.
Return value
No return value.
Example
pageObject.setCurrentTabId(new XVar("main"));
See also:
•JavaScript API: RunnerPage object > getCurrentTabId()
•JavaScript API: RunnerPage object