@applitools/screenshoter 3.7.34 → 3.7.36
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.
|
|
3
|
+
"version": "3.7.36",
|
|
4
4
|
"description": "Applitools universal screenshoter for web and native applications",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"applitools",
|
|
@@ -76,9 +76,9 @@
|
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
78
78
|
"@applitools/bongo": "^3.0.3",
|
|
79
|
-
"@applitools/driver": "^1.11.
|
|
80
|
-
"@applitools/spec-driver-webdriverio": "^1.4.
|
|
81
|
-
"@applitools/test-utils": "^1.5.
|
|
79
|
+
"@applitools/driver": "^1.11.40",
|
|
80
|
+
"@applitools/spec-driver-webdriverio": "^1.4.36",
|
|
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}`
|