Capture full screenshot scrolls the view when using the Capture type as FULL. Below is the code, Shutterbug.shootPage(driver, Capture.FULL).withName(fileName).save("D:\\screenshots"); My scenario like to take screenshots for each test step in automation. The scrolls fail the interactions on some web elements. How can we take a screenshot of the full screen without scrolling the page?