testdriverai 7.2.42 → 7.2.44

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.
@@ -266,6 +266,7 @@ class Dashcam {
266
266
  const apiRoot = this._getApiRoot();
267
267
 
268
268
  if (this.client.os === 'windows') {
269
+ const dashcamPath = await this._getDashcamPath();
269
270
 
270
271
  // Start dashcam record and redirect output with TD_API_ROOT
271
272
  const outputFile = 'C:\\Users\\testdriver\\.dashcam-cli\\dashcam-start.log';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testdriverai",
3
- "version": "7.2.42",
3
+ "version": "7.2.44",
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",