@applitools/screenshoter
Advanced tools
Comparing version 3.5.0 to 3.5.1
{ | ||
"name": "@applitools/screenshoter", | ||
"version": "3.5.0", | ||
"version": "3.5.1", | ||
"description": "Applitools universal screenshoter for web and native applications", | ||
@@ -83,7 +83,7 @@ "keywords": [ | ||
"devDependencies": { | ||
"@applitools/bongo": "^2.1.6", | ||
"@applitools/driver": "^1.9.23", | ||
"@applitools/bongo": "^2.2.0", | ||
"@applitools/driver": "^1.9.25", | ||
"@applitools/scripts": "^1.1.0", | ||
"@applitools/spec-driver-webdriverio": "^1.2.19", | ||
"@applitools/test-utils": "^1.5.0", | ||
"@applitools/test-utils": "^1.5.1", | ||
"appium": "^1.22.3", | ||
@@ -90,0 +90,0 @@ "chromedriver": "^101.0.0", |
@@ -40,4 +40,4 @@ const utils = require('@applitools/utils') | ||
async function getContentSize() { | ||
const size = await element.getContentSize() | ||
async function getContentSize(options) { | ||
const size = await element.getContentSize(options) | ||
return size | ||
@@ -44,0 +44,0 @@ } |
@@ -25,2 +25,3 @@ const {makeLogger} = require('@applitools/logger') | ||
logger, | ||
lazyLoad, | ||
}) { | ||
@@ -85,2 +86,3 @@ debug = | ||
logger, | ||
lazyLoad, | ||
}) | ||
@@ -87,0 +89,0 @@ : await takeSimpleScreenshot({...target, withStatusBar, wait, stabilization, debug, logger}) |
@@ -17,2 +17,3 @@ const utils = require('@applitools/utils') | ||
debug, | ||
lazyLoad, | ||
}) { | ||
@@ -34,3 +35,3 @@ logger.verbose('Taking full image of...') | ||
const contentSize = await scroller.getContentSize() | ||
const contentSize = await scroller.getContentSize({lazyLoad}) | ||
@@ -37,0 +38,0 @@ logger.verbose( |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
51672
747
0