@applitools/driver 1.9.30 → 1.9.31

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.
@@ -75,6 +75,9 @@ class HelperAndroid {
75
75
  return resourceId.split('/')[1];
76
76
  }
77
77
  async _command(command) {
78
+ // clean the input before passing value there could
79
+ // be a left over from previous async calls
80
+ await this._input.type('');
78
81
  await this._input.type(command);
79
82
  await this._input.click();
80
83
  let text = await this._input.getText();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/driver",
3
- "version": "1.9.30",
3
+ "version": "1.9.31",
4
4
  "description": "Applitools universal framework wrapper",
5
5
  "keywords": [
6
6
  "applitools",