@applitools/driver 1.11.39 → 1.11.40

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.
Files changed (2) hide show
  1. package/dist/driver.js +1 -1
  2. package/package.json +1 -1
package/dist/driver.js CHANGED
@@ -404,7 +404,7 @@ class Driver {
404
404
  if (!environment.isNative)
405
405
  return null;
406
406
  this._logger.log('Broker url extraction is started');
407
- (_a = (_b = this._state).nmlElement) !== null && _a !== void 0 ? _a : (_b.nmlElement = await this.waitFor({ type: 'accessibility id', selector: 'Applitools_View' }, { timeout: 10000 }));
407
+ (_a = (_b = this._state).nmlElement) !== null && _a !== void 0 ? _a : (_b.nmlElement = await this.waitFor({ type: 'accessibility id', selector: 'Applitools_View' }, { timeout: 10000 }).catch(() => null));
408
408
  if (!this._state.nmlElement) {
409
409
  this._logger.log('Broker url extraction is failed due to absence of nml element');
410
410
  return null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/driver",
3
- "version": "1.11.39",
3
+ "version": "1.11.40",
4
4
  "description": "Applitools universal framework wrapper",
5
5
  "keywords": [
6
6
  "applitools",