@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 CHANGED
@@ -3,6 +3,10 @@
3
3
  ## Unreleased
4
4
 
5
5
 
6
+ ## 1.4.1 - 2021/12/16
7
+
8
+ - updated to @applitools/snippets@2.1.8 (from 2.1.7)
9
+
6
10
  ## 1.4.0 - 2021/12/16
7
11
 
8
12
  - improve native apps scrolling automation
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.0",
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.7",
72
+ "@applitools/snippets": "2.1.8",
73
73
  "@applitools/types": "1.0.22",
74
74
  "@applitools/utils": "1.2.4"
75
75
  },