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
I have used the below snippet to take the full screenshot of https://www.dell.com/ko-kr website. However, the header part of the Dell website is missing in the screenshot. So when we run the below code, .shootpage with the Capture.Full property, the following happens with the web page:-
Initially the page scrolls to the very bottom, step by step in the given intervals of betweenScrollTimeOut.
Later the page scrolls nearly to the beginning of the page but not to the very beginning.
The screenshot is captured from the current position.
As a result, some part of the page at the very beginning is not captured in the screenshot.
I have used the below snippet to take the full screenshot of https://www.dell.com/ko-kr website. However, the header part of the Dell website is missing in the screenshot. So when we run the below code,
.shootpage
with theCapture.Full
property, the following happens with the web page:-betweenScrollTimeOut
.As a result, some part of the page at the very beginning is not captured in the screenshot.
ActualPage
ShutterBug Screenshot
As you can see that the header with the
Dell Technologies
,Search box
andLanguages list
are missing in the actual screenshot.This is happening for most of the sites which have a sticky
header
,section
ordiv
tag.Need a fix for this issue. Kindly resolve. Thanks in anticipation.
The text was updated successfully, but these errors were encountered: