@applitools/screenshoter
Advanced tools
Comparing version 3.2.6 to 3.2.7
{ | ||
"name": "dry-run", | ||
"lockfileVersion": 2, | ||
"requires": true, | ||
"lockfileVersion": 1, | ||
"packages": { | ||
"": { | ||
"dependencies": { | ||
"@applitools/screenshoter": "file:../dry-run.tgz" | ||
} | ||
}, | ||
"node_modules/@applitools/screenshoter": { | ||
"version": "3.2.6", | ||
"resolved": "file:../dry-run.tgz", | ||
"integrity": "sha512-WzfjtYPRtHz35A5qzYaJbVWkyB17lnzu1JHun6I8U6NvBIOIoxKRiT3H/9YSZqr/WR+eGAXRLV7gYi53/nsmKw==", | ||
"license": "SEE LICENSE IN LICENSE", | ||
"dependencies": { | ||
"@applitools/snippets": "2.1.7", | ||
"@applitools/utils": "1.2.3", | ||
"png-async": "0.9.4" | ||
}, | ||
"engines": { | ||
"node": ">= 8.9.0" | ||
} | ||
}, | ||
"node_modules/@applitools/snippets": { | ||
"version": "2.1.7", | ||
"resolved": "https://registry.npmjs.org/@applitools/snippets/-/snippets-2.1.7.tgz", | ||
"integrity": "sha512-Tr4Gj7Qov/oPy+8WI4oVmmubxqpOzr8P3Wjzpl6rA57xKLg6/TiIg5oZNb4+jEmO2ShjNYLaEwRWHl7kPgb4fw==", | ||
"engines": { | ||
"node": ">=8.9.0" | ||
} | ||
}, | ||
"node_modules/@applitools/utils": { | ||
"version": "1.2.3", | ||
"resolved": "https://registry.npmjs.org/@applitools/utils/-/utils-1.2.3.tgz", | ||
"integrity": "sha512-MZXsrzeHTvjFLzpfyKRDUmZWzNxH3gWd3reqYf+1kYimALKB3CO82VDNmkaGJykrRbxEP03Yqha7fHJj9eKslQ==", | ||
"engines": { | ||
"node": ">= 8.9.0" | ||
} | ||
}, | ||
"node_modules/png-async": { | ||
"version": "0.9.4", | ||
"resolved": "https://registry.npmjs.org/png-async/-/png-async-0.9.4.tgz", | ||
"integrity": "sha512-B//AXX9TkneKfgtOpT1mdUnnhk2BImGD+a98vImsMU8uo1dBeHyW/kM2erWZ/CsYteTPU/xKG+t6T62heHkC3A==" | ||
} | ||
}, | ||
"dependencies": { | ||
"@applitools/screenshoter": { | ||
"version": "file:../dry-run.tgz", | ||
"integrity": "sha512-Sr1U/Jv+3UlZy4KsSyJWFHRZiOpANrYKcvBRg9DFFv8J5GtMgP8j5NvyC6KPQ7wWp/sq0eHll0sCtfLsNCeqzw==", | ||
"integrity": "sha512-WzfjtYPRtHz35A5qzYaJbVWkyB17lnzu1JHun6I8U6NvBIOIoxKRiT3H/9YSZqr/WR+eGAXRLV7gYi53/nsmKw==", | ||
"requires": { | ||
@@ -9,0 +52,0 @@ "@applitools/snippets": "2.1.7", |
@@ -7,2 +7,6 @@ | ||
## 3.2.7 - 2021/10/13 | ||
- handle a case when scrolling element does not exist | ||
## 3.2.6 - 2021/10/12 | ||
@@ -9,0 +13,0 @@ |
{ | ||
"name": "@applitools/screenshoter", | ||
"version": "3.2.6", | ||
"version": "3.2.7", | ||
"description": "Applitools universal screenshoter for web and native applications", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -64,3 +64,3 @@ const utils = require('@applitools/utils') | ||
// imitate image-like state for the hook | ||
if (window && fully) { | ||
if (window && fully && target.scroller) { | ||
await target.scroller.moveTo({x: 0, y: 0}, await driver.mainContext.getScrollingElement()) | ||
@@ -67,0 +67,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2386
27668483
77
7