You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
sanoj-s
changed the title
Capture full screenshot scrolls the view when using the Capture type as FULL.
Capture full screenshot scrolls the view when using the Capture type as FULL
Mar 13, 2024
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?
The text was updated successfully, but these errors were encountered: