pamelaloh
14 years agoOccasional Contributor
Export http log to a file with groovy script
Hi,
i wanna export the log window 'http log' to a file.
i want to do this with a groovy script.
then, i found the following script in the forum
http://dir.eviware.com/forum/viewtopic.php?f=2&t=66&p=208#p208
however, when i executed in groovy, i got this error message:
groovy.lang.MissingMethodException: No signature of method: com.eviware.soapui.support.log.InspectorLog4JMonitor.indexOfTab() is applicable for argument types: (java.lang.String) values: [http log]
kindly advice how to resolve it.
cheers.
i wanna export the log window 'http log' to a file.
i want to do this with a groovy script.
then, i found the following script in the forum
http://dir.eviware.com/forum/viewtopic.php?f=2&t=66&p=208#p208
however, when i executed in groovy, i got this error message:
groovy.lang.MissingMethodException: No signature of method: com.eviware.soapui.support.log.InspectorLog4JMonitor.indexOfTab() is applicable for argument types: (java.lang.String) values: [http log]
kindly advice how to resolve it.
cheers.