You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
document.documentElement.clientHeight is not the full high of the content. It is the height of the window part. If I use the selector: 'html' option I got the full screenshot.
The
full: true
option tosave_screenshot
should give back a full sized screenshot, but it doesn't.I've created a minimal Rails application that reproduces this bug. https://github.com/yjukaku/test_apparition_screenshot
You can see that the screenshot saved doesn't include the full page.
Expected screenshot:
Actual
Environment
apparition (0.5.0)
capybara (3.31.0)
chromedriver-helper (2.1.1)
The text was updated successfully, but these errors were encountered: