When the selected node elements height n width possibly too large would resulting a cutted screenshoted image of the node, one way to solve this is using *page.MustSetViewport(), and set the viewport with a large screen size

page.MustSetViewport(1920, 2000, 1, false)