automation_model 1.0.35 → 1.0.36

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.
@@ -216,6 +216,7 @@ class StableBrowser {
216
216
  }
217
217
  }
218
218
  async verifyElementExistInPage(selector, _params = null, options = {}) {
219
+ await new Promise((resolve) => setTimeout(resolve, 2000));
219
220
  const info = {};
220
221
  info.log = [];
221
222
  info.operation = "verify";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation_model",
3
- "version": "1.0.35",
3
+ "version": "1.0.36",
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",