Skip to content

Releases: assertthat/selenium-shutterbug

selenium-shutterbug-0.9.1

29 May 14:33
8c47985
Compare
Choose a tag to compare
Notable changes

selenium-shutterbug-0.9

18 Jul 19:03
bb23a3f
Compare
Choose a tag to compare
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

16 Jul 21:36
Compare
Choose a tag to compare
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

07 Oct 18:28
Compare
Choose a tag to compare
Notable changes
  • Add cropAround element; Fixes #32
  • Add code of conduct
  • Update to Browser to Delete .png files being left in java tmp directory (#26)

selenium-shutterbug-0.6.1

06 May 14:37
Compare
Choose a tag to compare
Notable changes
  • Fixes double devicePixelRatio handling in Chrome 58
  • Update to the FileUtil to work in an OSGI environment

selenium-shutterbug-0.6

14 Feb 09:02
Compare
Choose a tag to compare
Notable changes

selenium-shutterbug-0.5

22 Jan 19:25
Compare
Choose a tag to compare
Notable changes
  • Add image difference #18
  • Add retina support #17
  • Add public API for image comparison

selenium-shutterbug-0.4

05 Nov 22:23
Compare
Choose a tag to compare
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

03 Oct 00:12
Compare
Choose a tag to compare
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

10 Jul 12:43
Compare
Choose a tag to compare
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