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:
- Twebst Library Lite
- Twebst Library Pro
Example:
var coreObj = new ActiveXObject("Twebst.Core");
var name = coreObj.productName;
WScript.Echo(name);
See also:
- Core | productVersion
©
2014 CodeCentrix Software. All rights reserved.