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