@applitools/screenshoter 3.7.33 → 3.7.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/screenshoter",
3
- "version": "3.7.33",
3
+ "version": "3.7.35",
4
4
  "description": "Applitools universal screenshoter for web and native applications",
5
5
  "keywords": [
6
6
  "applitools",
@@ -69,16 +69,16 @@
69
69
  "dependencies": {
70
70
  "@applitools/image": "1.0.28",
71
71
  "@applitools/logger": "1.1.48",
72
- "@applitools/snippets": "2.4.18",
72
+ "@applitools/snippets": "2.4.19",
73
73
  "@applitools/utils": "1.3.32",
74
74
  "jpeg-js": "0.4.4",
75
75
  "png-async": "0.9.4"
76
76
  },
77
77
  "devDependencies": {
78
78
  "@applitools/bongo": "^3.0.3",
79
- "@applitools/driver": "^1.11.38",
80
- "@applitools/spec-driver-webdriverio": "^1.4.34",
81
- "@applitools/test-utils": "^1.5.15",
79
+ "@applitools/driver": "^1.11.39",
80
+ "@applitools/spec-driver-webdriverio": "^1.4.35",
81
+ "@applitools/test-utils": "^1.5.16",
82
82
  "appium": "^1.22.3",
83
83
  "chromedriver": "^101.0.0",
84
84
  "eslint": "^8.16.0",
@@ -96,7 +96,7 @@ async function takeStitchedScreenshot({
96
96
 
97
97
  logger.verbose('Getting the rest of the image parts...')
98
98
 
99
- let lastImage = firstImage
99
+ let lastImage = framed ? makeImage(firstImage) : null
100
100
  let scrollerRegionShift = {x: 0, y: 0}
101
101
  for (const partRegion of partRegions) {
102
102
  const partName = `${partRegion.x}_${partRegion.y}_${partRegion.width}x${partRegion.height}`