Retrieving Parameter name with PrameterID in automation script
10th December 2024
Hi Gerrit, From your element object, that you get from engine.FindElement, you can use the following: var parameterInfo = element.Protocol.FindParameter(paramId); var parameterDescription = parameterInfo.Description; Probably what you want is the …