testdriverai 7.3.38 → 7.3.39

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 (3) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +1 -1
  3. package/sdk.js +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [7.3.39](https://github.com/testdriverai/testdriverai/compare/v7.3.38...v7.3.39) (2026-02-25)
2
+
3
+
4
+
1
5
  ## [7.3.38](https://github.com/testdriverai/testdriverai/compare/v7.3.37...v7.3.38) (2026-02-25)
2
6
 
3
7
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testdriverai",
3
- "version": "7.3.38",
3
+ "version": "7.3.39",
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",
package/sdk.js CHANGED
@@ -1617,7 +1617,7 @@ class TestDriverSDK {
1617
1617
  // Auto-screenshots configuration
1618
1618
  // When enabled, automatically captures screenshots before/after each command
1619
1619
  // Screenshots are saved to .testdriver/screenshots/<test>/ with descriptive names
1620
- this.autoScreenshots = options.autoScreenshots !== false;
1620
+ this.autoScreenshots = options.autoScreenshots === true;
1621
1621
  this._screenshotSequence = 0; // Counter for sequential screenshot naming
1622
1622
 
1623
1623
  // Set up command methods that lazy-await connection