I want to capture full webpage screenshot in chrome browser using ruby selenium. I am using Rspec testing framework. save_screenshot
method captures screenshot only for visible area.
I have gone through the following link,
But I don't want to use window resizing or watir gem. Is there any other way or gem to achieve same.