activeTab - web automation property
Not available in Open Twebst edition!
This IE automation property retrieves a Browser object corresponding to the active tab inside a top level IE frame.
Applies to:
- Browser
var theTab = browserObj.activeTab;
Arguments:
- None.
Remarks:
- This property is available only for Internet Explorer 7 or higher.
This IE automation property returns a Browser web macro object corresponding to the active tab inside
the top level IE frame window of the caling tab (the one for which activeTab property was called against).
The property throws a web automation exception if the version of Internet Explorer is not 7 or higher
and the lastError property of the core object is set to INVALID_OPERATION_ERROR.
Example:
None.
See also:
- Browser | Close | isTabActive | OpenNewTab | tabList | tabWindow
©
2014 CodeCentrix Software. All rights reserved.