I’m new to Gatling I’m doing a POC, and a situation i need to convert the HTML response value to Plain text. Any EL or custom function on Gatling to handle the situation like on JMeter or LoadRunner.
LR provide web_convert_param(“ParameterName”,“SourceEncoding=HTML”,“TargetEncoding=PLAIN”, LAST );
and JMeter provide ${__unescapeHtml(${ParameterName})}