productName - web automation property

Returns the name of the installed Twebst web automation software.

Applies to:
Core
  var name = core.productName;
Arguments:
None.
Remarks:
The web automation software name depends on the currently installed Twebst Automation Studio edition:
Example:
var coreObj = new ActiveXObject("Twebst.Core");
var name    = coreObj.productName;
WScript.Echo(name);
		
See also:
Core | productVersion

© 2014 CodeCentrix Software. All rights reserved.