When creating a screenshot of a page on assert failure a screenshot is only made of the browser screen that is available at that moment. Using Perl with Selenium I created a method to get multiple screenshots of a page by scrolling from the top to the bottom and then stiching these together.
Does something like this exist for FluentAutomation, and if not how to best implement it? Which method can I override and where should I do it?