javascript - How to get screenshot of all content of page with protrator.js? -


i going test webpage components library used in project. , want have them visualized on different screen sizes (desktop , mobile) check if conform predefined format (e.g. stacking rules different components).

as can't tell size of screen test pages fit to, know:

  • the widths test: 1400, 1024, 600, 480
  • how specify size of browser window e.g. like in here
  • how make screenshots e.g. like here
  • how make screenshot of particular element e.g. like here

question how can make screenshot of content of web page? (not 'visible' part)

or how can find height of elements (like height of body) on page adjust height accordingly?


Comments

Popular posts from this blog

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

android - ConstraintLayout: Realign baseline constraint in case if dependent view visibility was set to GONE -

c# - Populating Gridview inside Listview ItemTemplate On Web User Control from Code Behind -