rdebie
18 years agoContributor
Clear groovy log window from groovy script
Is is possible to clear the groovy log window from a groovy script? How can i do that? regards Raymond Wiertz
- 6 years ago
Try this:
//Clear Script Logs
com.eviware.soapui.SoapUI.logMonitor.getLogArea("Script Log").clear()For open source version check "Script Log" case... it is case sensitive.
thanks.