Clearing the LOG

Hi Guys ,

just like we have " closeKantu=0;direct=1;savelog= " do we have something wherein we can clear the log ?

After each macro run i want to clear the log is that possible ?

This command saves and clears the log:

LocalStorageExport | log | #DeleteAfterExport

See LocalStorageExport - Selenium IDE Commands Tutorial

Hi, is there any way to clear the log while running a macro without to export it?

Maybe like this:
Command: LocalStorage
Target: log
Value: #Delete

This does’nt exist, but would be nice.
For now i use LocalStorageExport | log | #DeleteAfterExport + XType | ${KEY_ESC}, but it would be better without the export window.

1 Like