Shows the n-th tab (zero-based).
Syntax
show(n)
Arguments
n
a zero-based index of the tab.
Return value
No return value.
Example
Show the third tab.
var tabs = pageObj.getTabs();
tabs.show(2);
See also
•JavaScript API: RunnerPage object > showField()
•RunnerPage class: showField()