@applitools/ufg-client
Advanced tools
Comparing version 1.1.27 to 1.2.0
@@ -117,2 +117,5 @@ "use strict"; | ||
} | ||
if (settings.stitchMode) { | ||
renderOptions.renderInfo.stitchMode = settings.stitchMode; | ||
} | ||
return renderOptions; | ||
@@ -119,0 +122,0 @@ }), |
{ | ||
"name": "@applitools/ufg-client", | ||
"version": "1.1.27", | ||
"version": "1.2.0", | ||
"homepage": "https://applitools.com", | ||
@@ -5,0 +5,0 @@ "bugs": { |
@@ -154,2 +154,3 @@ /// <reference types="node" /> | ||
fully?: boolean; | ||
stitchMode?: 'Scroll' | 'CSS' | 'Resize'; | ||
selectorsToCalculate?: Selector[]; | ||
@@ -156,0 +157,0 @@ includeFullPageSize?: boolean; |
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
97993
1774