I tried many ways and i still stuck. I use code:
File f = new File("reports.png");
selenium.captureEntirePageScreenshot(f.getAbsolutePath(), "");
I tried also
protected String dir_path = System.getProperty("user.dir");
and no results. I cant find any images in jenkins project folder. I tried
*iexplorebut then i got error cuz selenium cannot make screenshot when is with iexplorer. So i changed to
*firefox
