Revision history for perl module Selenium::Screenshot
0.08 2016-06-05
- Fix windows installation issue
0.07 2015-09-24
- Fix target element implementation
0.06 2015-07-21
- Fix test failures on old perls
- Coerce the png attribute more strictly (die when its invalid)
0.05 2015-07-17
- Begin auto-padding images to avoid Imager dying messages
0.04 2014-01-18
- Simplify base case of comparing screenshots
- Add cropping/targetting functionality via target attr
0.03 2015-01-08
- Delegate saving down to Imager's save instead of doing it ourselves
- Enable direct comparison of Selenium::Screenshots with itself
- Add new attribute 'exclude' to black out rectangles entirely for
handling screenshots with dynamic content
0.02 2014-11-18
- Add ability to override/shadow metadata in filename
0.01 2014-11-04
- Initial commit