@applitools/driver 1.4.0 → 1.4.1
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/CHANGELOG.md +4 -0
- package/dist/element.js +0 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/dist/element.js
CHANGED
|
@@ -180,7 +180,6 @@ class Element {
|
|
|
180
180
|
return this._state.contentSize;
|
|
181
181
|
}
|
|
182
182
|
catch (err) {
|
|
183
|
-
console.log(err);
|
|
184
183
|
this._logger.warn('Failed to extract content size, extracting client size instead');
|
|
185
184
|
this._logger.error(err);
|
|
186
185
|
return utils.geometry.size(await this.getClientRegion());
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/driver",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.1",
|
|
4
4
|
"description": "Applitools universal framework wrapper",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"applitools",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
}
|
|
70
70
|
},
|
|
71
71
|
"dependencies": {
|
|
72
|
-
"@applitools/snippets": "2.1.
|
|
72
|
+
"@applitools/snippets": "2.1.8",
|
|
73
73
|
"@applitools/types": "1.0.22",
|
|
74
74
|
"@applitools/utils": "1.2.4"
|
|
75
75
|
},
|