selenium-shutterbug icon indicating copy to clipboard operation
selenium-shutterbug copied to clipboard

Capture full screenshot scrolls the view when using the Capture type as FULL

Open sanoj-s opened this issue 1 year ago • 0 comments

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?

sanoj-s avatar Mar 12 '24 17:03 sanoj-s