Releases: assertthat/selenium-shutterbug
Releases · assertthat/selenium-shutterbug
selenium-shutterbug-0.9.1
Notable changes
- Fix #53
selenium-shutterbug-0.9
Notable changes
- Fix #39 - Not making screenshot using Chrome commands with Remote WD
- Device pixel ratio is used by default if using ScrollStrategy.WHOLE_PAGE_CHROME
selenium-shutterbug-0.8
Notable changes
- Add ScrollStrategy.WHOLE_PAGE_CHROME which uses Chrome DevTools allowing to avoid sticky header issues and page scrolling #38
selenium-shutterbug-0.7
selenium-shutterbug-0.6.1
Notable changes
- Fixes double devicePixelRatio handling in Chrome 58
- Update to the FileUtil to work in an OSGI environment
selenium-shutterbug-0.6
Notable changes
- Fixes #20
selenium-shutterbug-0.5
selenium-shutterbug-0.4
Notable changes
- Corrects viewport dimensions in chrome 54
- Account for scrollbars when taking a complete screenshot
- Round scrolling cordinates; Fix #8
- Bump selenium version to 3.0.1
- Switch to java 1.8
selenium-shutterbug-0.3
Notable changes
- Add tests for ImageProcessor
- Allow access to scroll timeout through public API
- Change image scaling algorythm
- Fixing screenshots on IE
selenium-shutterbug-0.2
Notable changes
- Refactor throwing exception if element outside the wievport
- Fix typo in email
- Update selenium-java version
- Update README, include versioneye
- Add exception on element outside viewport; prevent from scrolling if full page screen already taken
- Update README with link to CONTRIBUTING.md
- Add check for folder existence before attempting to create it