Is it possible to take a screenshot of the whole page, not just the currently visible viewport?
I tried to resize the browser window to a very high height, but it wont expand further than the OS resolution. The screenshots only contain the upper part of hight pages.
If I use phantomjs it will give me the whole page, which makes sense, because its headless and there is no scrolling. Is it also possible with other browsers using nightwatch?
browser
.resizeWindow(1200, 10000)
.saveScreenshot("/folder")