isTabActive - web automation property

Not available in Open Twebst edition!
IE automation property that retrieves the state of a tab window (active or inactive).

Applies to:
Browser
  var active = browserObj.isTabActive;
Arguments:
None.
Remarks:
This web automation property is available only for Internet Explorer 7 or higher.
This property returns true if the current tab is the active one or false otherwise.
Example:
	
None.
		
See also:
activeTab | Browser | OpenNewTab | tabList | tabWindow

© 2014 CodeCentrix Software. All rights reserved.