I am trying to increase the size of viewport in Percy visual testing because it does not take the screenshot of the whole page. my window has a scroll on x Axis and Percy does not take the screenshot of the whole page.
Is it possible to do something like this?
page.viewport().width(1600);