Screenshots using Selenium IDE Firefox plugin Screenshots using Selenium IDE Firefox plugin selenium selenium

Screenshots using Selenium IDE Firefox plugin


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.