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.
- package/agent/lib/commands.js +0 -6
- package/package.json +1 -1
package/agent/lib/commands.js
CHANGED
|
@@ -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");
|