I am trying to make a screenshot of window tab via selenium to see all elements in a table to make sure that all data is valid and presented. I have a div element which is scrollable and is inside a page. It doesn't change the height of the page when scrolling this table. That's why when I take a screenshot I see only part of the rows.
Is it possible to zoom out window tab with javascript until all rows in a scrollable div are visible?