testdriverai 4.1.57 → 4.1.58

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.
@@ -246,7 +246,7 @@
246
246
  screenshotElement.classList.add('screenshot');
247
247
  setTimeout(() => {
248
248
  container.style.opacity = 1
249
- }, 300)
249
+ }, 2000)
250
250
  });
251
251
 
252
252
  ipcRenderer.on(events.mouseClick,
@@ -305,4 +305,4 @@
305
305
  </script>
306
306
  </body>
307
307
 
308
- </html>
308
+ </html>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testdriverai",
3
- "version": "4.1.57",
3
+ "version": "4.1.58",
4
4
  "description": "Next generation autonomous AI agent for end-to-end testing of web & desktop",
5
5
  "main": "index.js",
6
6
  "bin": {