I already save my screenshots of the entire page using this command successfully:
@browser.screenshot.save "html-report/#{screenshot_name}"
However, the screen has changed and now it contains an internal div with scrolling, containing the crucial information that I want to capture.
Instead of using the command above to capture the whole page, is there a way to capture just the all contents of this scrolling div?
Thank you!