Forum Discussion
SmartBear_Suppo
Alumni
13 years agoAlso to clarify
I mean this code:
Regards,
Marcus
SmartBear Support
The code still works for me ....
I mean this code:
if( submit.response == null )
return
def content = submit.response.responseContent
content = content.replaceAll( "<!\\[CDATA\\[", "" )
content = content.replaceAll( "]]>", "" )
log.info( content )
submit.response.responseContent = content
Regards,
Marcus
SmartBear Support