testdriverai 7.2.88 → 7.2.89

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.
@@ -7,7 +7,7 @@ const theme = require("./theme");
7
7
  const DEFAULT_REDRAW_OPTIONS = {
8
8
  enabled: true, // Master switch to enable/disable redraw detection
9
9
  screenRedraw: true, // Enable screen redraw detection
10
- networkMonitor: true, // Enable network activity monitoring
10
+ networkMonitor: false, // Enable network activity monitoring
11
11
  noChangeTimeoutMs: 1500, // Exit early if no screen change detected after this time
12
12
  };
13
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testdriverai",
3
- "version": "7.2.88",
3
+ "version": "7.2.89",
4
4
  "description": "Next generation autonomous AI agent for end-to-end testing of web & desktop",
5
5
  "main": "sdk.js",
6
6
  "types": "sdk.d.ts",