Can I take full page screenshot in Visual regression as well? It only captures the viewport for my tests

Can I take full page screenshot in Visual regression as well? It only captures the viewport for my tests.

Hey Mark!

Currently, we support the screenshot of the viewport. However, as a workaround, you can use JavaScript executors to scroll and capture the screenshot of the full page.

Here is the Syntax: js.executeScript("window.scrollBy(0,1000)");