Post

How to take a screenshot of the entire page of the site?

Guide about How to take a screenshot of the entire page of the site?. !

This method involves the use of standard developer tools in the browser, and a screenshot is taken of the entire page of the site, even if there is vertical scrolling:

  1. Open the page of interest.
  2. Next, you need to run the developer tools.
  3. Open the Elements tab in them.
  4. Then right-click on the tag <html>.
  5. Select the Capture node screenshot item.

As a result, a PNG screenshot of the interface of the telegram channel in the browser will be downloaded with the last 20 posts that are loaded initially when the link is opened.

Note: If a dynamic loading of content is organized on the site, then first you need to do it (scroll, click on the button), and then return to point 4 in the post.

This post is licensed under CC BY 4.0 by the author.