webdriver-image-comparison
Advanced tools
Comparing version 0.4.6 to 0.4.7
@@ -26,3 +26,3 @@ "use strict"; | ||
fullPageScrollTimeout: options.fullPageScrollTimeout || constants_1.FULL_PAGE_SCROLL_TIMEOUT, | ||
hideScrollBars: !!options.hideScrollBars, | ||
hideScrollBars: options.hasOwnProperty('hideScrollBars') ? options.hideScrollBars : true, | ||
compareOptions: { | ||
@@ -29,0 +29,0 @@ blockOutStatusBar: !!options.blockOutStatusBar, |
{ | ||
"name": "webdriver-image-comparison", | ||
"version": "0.4.6", | ||
"version": "0.4.7", | ||
"description": "An image compare module that can be used for different NodeJS Test automation frameworks that support the webdriver protocol", | ||
@@ -5,0 +5,0 @@ "main": "./build/index.js", |
Sorry, the diff of this file is not supported yet
425094