I want to use Selenium IDE to capture screenshots of page every day at midnight. I have created an easy test and scheduled it in the internal IDE scheduler. The problem is with printscreens files names, they are always the same and they are replaced, but I need to store them.
Im using command: captureEntirePageScreenshot C:\Screenshots\test.png
Is there any way to use Selenium to create file with current date? Or if not is there any possibility to create new files without deleting old ones (for example test(1).png, test(2).png etc.)?