@applitools/screenshoter
Advanced tools
Comparing version 3.7.34 to 3.7.35
{ | ||
"name": "@applitools/screenshoter", | ||
"version": "3.7.34", | ||
"version": "3.7.35", | ||
"description": "Applitools universal screenshoter for web and native applications", | ||
@@ -81,3 +81,3 @@ "keywords": [ | ||
"@applitools/spec-driver-webdriverio": "^1.4.35", | ||
"@applitools/test-utils": "^1.5.15", | ||
"@applitools/test-utils": "^1.5.16", | ||
"appium": "^1.22.3", | ||
@@ -84,0 +84,0 @@ "chromedriver": "^101.0.0", |
@@ -99,3 +99,3 @@ const utils = require('@applitools/utils') | ||
let lastImage = firstImage | ||
let lastImage = framed ? makeImage(firstImage) : null | ||
let scrollerRegionShift = {x: 0, y: 0} | ||
@@ -102,0 +102,0 @@ for (const partRegion of partRegions) { |
53510