Nicolas Rodriguez
Nicolas Rodriguez
A solution would be to get the document height/width on the fly with some JS : ```js height = Math.max($(document).height(), $(window).height()) width = Math.max($(document).width(), $(window).width()) ``` see: https://stackoverflow.com/a/14744331 and do...
After studying the various API this does the trick for Cuprite (tested in CI) : ```rb Capybara::Screenshot.register_driver(driver_name) do |driver, path| driver.save_screenshot(path, full: true) end ``` See: https://github.com/rubycdp/ferrum/blob/master/lib/ferrum/page/screenshot.rb#L31 https://github.com/rubycdp/ferrum/blob/master/lib/ferrum/page/screenshot.rb#L175
Ferrum doc : https://github.com/rubycdp/ferrum#screenshots
Hi there! Any news on this PR? I have pull requests to submit (remove chdir, use last version of Gitlab-grit, etc...), can I send them? Thank you!
Chek your inodes with `df -i`
@ojab can you please rebase your branch on master ?
@brunohkbx can you please rebase your branch on master ? Thank you !
Hi there! Any news?
Ping @codebycliff
@olleolleolle can you please rebase your branch on master?