Skip to content

Releases: assertthat/selenium-shutterbug

selenium-shutterbug-1.6

23 Mar 09:39
Compare
Choose a tag to compare
Notable changes
  • Fixes #96 Adding support for Selenium WebDriver 4
  • Fixes #97 Screenshots with getBytes() don't have title when it is set

selenium-shutterbug-1.5

28 Apr 09:49
f9c9ae5
Compare
Choose a tag to compare
Notable changes
  • Fixes #92 driver v4 returns browserName msedge

selenium-shutterbug-1.3

08 Jan 12:57
Compare
Choose a tag to compare
Notable changes
  • Fixes #87 - Adding dynamic Shutterbug.shootElement(WebDriver driver, By element, CaptureElement capture) to avoid StaleElementReferenceException

selenium-shutterbug-1.2

01 Sep 08:26
Compare
Choose a tag to compare
Notable changes

selenium-shutterbug-1.1

19 Aug 10:46
Compare
Choose a tag to compare
Notable changes
  • Split Capture in Capture for page and CaptureElement for frames and WebElements
  • Fix screenshotting scrolable elements and frames

selenium-shutterbug-1.0

11 Aug 16:35
Compare
Choose a tag to compare
Notable changes
  • ScrollStrategy renamed to Capture with new capture types - VIEWPORT, FULL, FULL_SCROLL, VERTICAL_SCROLL, HORIZONTAL_SCROLL
  • Added Shutterbug.shootFrame which enables to shoot scrollable frames - Fixed #66 Closes #30
  • Shutterbug.shootElement which enables to shoot scrollable WebElements - Fixes #79

selenium-shutterbug-0.9.5

26 Jul 23:23
Compare
Choose a tag to compare
Notable changes
  • Only make diffImage when the images don't match. Closes #75
  • Add overloaded equals, equalsWithDiff which take image path as parameter instead of BufferedImage
  • Add back Scroll & Stitch strategy

selenium-shutterbug-0.9.4

23 Jun 12:28
Compare
Choose a tag to compare
Notable changes
  • Add conditional waiting support before taking screenshot #68
  • Fixes #69
  • Add method overload to equals with diff (#71)
  • useDevicePixelRatio is true by default (#44) (#73)
  • Update maven-javadoc-plugin to fix javadoc error with openjdk 11.0.2 (#59)

selenium-shutterbug-0.9.3

08 Aug 07:51
b252904
Compare
Choose a tag to compare
Notable changes
  • Use geckodirver endpoint to take full page screenshot (#56)
  • Unwrap wrapped drivers (#57)

selenium-shutterbug-0.9.2

12 Jun 09:19
4e3433c
Compare
Choose a tag to compare
Notable changes
  • Cleaning and extract image comparison #55