Skip to main content

I have a page that has contents even if i scroll down to the end of the page. And i want to take the screenshot of the whole page with the contents and images that are present even when i scroll down. Like this page if i scroll down there are still contents. How do i take the screenshot of the whole page with the contents until the bottom of the page.

 

@amrutageorge Maybe something like this?

https://chromewebstore.google.com/detail/gofullpage-full-page-scre/fdpohaocaechififmbbbbbknoalclacl

 


@Aaron.Gleason yes this my requirement.But this is a 3rd party extension right? Is it really reliable?What if this becomes paid in the future?Is there any other option?And this also asks for permissions to download the image. i have sensitive information so not sure if thats a good option to give the permissions

 


@amrutageorge There is a way to do this using the IQ Bot packages, but they're going to be deprecated soon. 

My point is this: Try to find the right tool for the job. Don't use a screwdriver to hammer in a nail. Don't let "what ifs" paralyze you. 😀


Hi ​@amrutageorge,

 

If you are doubtful about using a 3rd-party extension for this, you can follow the below method too:

  • Open Developer Tools (F12 or Ctrl+Shift+I).
  • Press Ctrl+Shift+P to open the command menu.
  • Type screenshot, and select Capture full-size screenshot.
  • This captures the entire scrollable page, including content below the fold.

 

If you are using the Edge browser, there is a direct option to do this. Press Ctrl+Shift+S and choose the Capture full page option.

 


Reply