Returns the number of tabs in the Tab control object.
Syntax
count()
Arguments
No arguments.
Return value
Returns the number of tabs in the Tab control object.
Example
Count the number of tabs in a tab group.
var tabs = pageObj.getTabs();
var count = tabs.count();
See also:
•Sections API: getSectionCount