automation_model 1.0.30 → 1.0.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.
@@ -97,7 +97,7 @@ class StableBrowser {
97
97
  }
98
98
  await new Promise((resolve) => setTimeout(resolve, 1000));
99
99
  }
100
- this.logger.info("failed to locate unique element, total elements found " + locatorsCount);
100
+ this.logger.debug("unable to locate unique element, total elements found " + locatorsCount);
101
101
  info.log.push("failed to locate unique element, total elements found " + locatorsCount);
102
102
  for (let i = 0; i < locatorsByPriority.length; i++) {
103
103
  let locators = locatorsByPriority[i];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation_model",
3
- "version": "1.0.30",
3
+ "version": "1.0.31",
4
4
  "description": "An automation infrastructure module to be use for generative AI automation projects.",
5
5
  "main": "bin/index.js",
6
6
  "type": "module",