Using Selenium IDE Firefox plugin, I want to take automated screenshots. The test script contains of two lines:
Command: open; Target: http://www.google.com
Setting the file path correctly solved it. The path needs to be set as follows:
(Windows:)
Command: captureEntirePageScreenshotAndWait; Target: D:\\Screenshots\\test.png
(Linux:)
Command: captureEntirePageScreenshotAndWait; Target: \\Screenshots\\test.png
In this example, the folder 'Screenshots' must exist.