testdriverai 7.4.3 → 7.4.4

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.
@@ -555,12 +555,6 @@ const createCommands = (
555
555
  // Add absolute timestamp for sandbox events
556
556
  elementData.timestamp = Date.now();
557
557
 
558
- await sandbox.send({ type: "moveMouse", x, y, ...elementData });
559
-
560
- emitter.emit(events.mouseMove, { x, y });
561
-
562
- await delay(2500); // wait for the mouse to move
563
-
564
558
  // Update the action log with duration
565
559
  const clickMoveEndTime = Date.now();
566
560
  const { formatter } = require("../../sdk-log-formatter.js");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testdriverai",
3
- "version": "7.4.3",
3
+ "version": "7.4.4",
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",