TC.getParam
Returns the value of the specified parameter.
Note: You can also use the VuGen toolbar to manage parameters in the script.
TC.getParam(name);
Arguments
name. (string) Name of the parameter.
Return value
If the parameter exists, it returns its value. If the parameter does not exist, it returns an empty string.