Sha256: 43e8c55ab3556ec175e1e180c83befb776cb2bff00220dd7daa86fa32545341e

Contents?: true

Size: 849 Bytes

Versions: 2

Compression:

Stored size: 849 Bytes

Contents

# chromedriver-screenshot
Full page screenshots for Chrome in Selenium WebDriver

# Usage
Simply require the gem. Whenever you take a screenshot, chromedriver-screenshot will snip the page into separate sections,
take screenshots of each individual section, and then stitch them together to create a screenshot of the page in its entirety.

# Configs
You can switch to the old screenshot behavior by changing the `take_full_screenshots` config:

    ChromedriverScreenshot.take_full_screenshots = false

# Known issues:
0. Screenshots on Retina displays quadruple in size because Apple is a piece of shit. As a result, screenshots are cropped incorrectly.

# TODO:
0. Better inheritance/monkeypatching
0. Find a solution to the Retina bullshit
0. Refactor singleton platforms class
0. Refactor ChunkyPNG method
0. Add e2e tests
0. Finish unit tests

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
chromedriver-screenshot-0.2.4 README.md
chromedriver-screenshot-0.2.3 README.md