@midscene/web 1.10.4 → 1.10.5-beta-20260714101501.0

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.
@@ -25,6 +25,7 @@ export declare class Page<AgentType extends 'puppeteer' | 'playwright', Interfac
25
25
  private activeMjpegStream?;
26
26
  private visualUpdateFlushInFlight;
27
27
  private visualUpdateFlushQueued;
28
+ private visualUpdateFollowupTimer?;
28
29
  interfaceType: AgentType;
29
30
  actionSpace(): DeviceAction[];
30
31
  private evaluate;
@@ -48,6 +49,7 @@ export declare class Page<AgentType extends 'puppeteer' | 'playwright', Interfac
48
49
  target?: ElementInfo;
49
50
  }): Promise<void>;
50
51
  flushPendingVisualUpdate(): Promise<void>;
52
+ private queuePendingVisualUpdate;
51
53
  schedulePendingVisualUpdate(): void;
52
54
  startMjpegStream(options: MjpegStreamOptions): Promise<MjpegStreamHandle>;
53
55
  /**
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "Browser use",
9
9
  "Android use"
10
10
  ],
11
- "version": "1.10.4",
11
+ "version": "1.10.5-beta-20260714101501.0",
12
12
  "repository": "https://github.com/web-infra-dev/midscene",
13
13
  "homepage": "https://midscenejs.com/",
14
14
  "main": "./dist/lib/index.js",
@@ -106,9 +106,9 @@
106
106
  "socket.io": "^4.8.1",
107
107
  "socket.io-client": "4.8.1",
108
108
  "ws": "^8.18.1",
109
- "@midscene/core": "1.10.4",
110
- "@midscene/playground": "1.10.4",
111
- "@midscene/shared": "1.10.4"
109
+ "@midscene/playground": "1.10.5-beta-20260714101501.0",
110
+ "@midscene/core": "1.10.5-beta-20260714101501.0",
111
+ "@midscene/shared": "1.10.5-beta-20260714101501.0"
112
112
  },
113
113
  "devDependencies": {
114
114
  "@playwright/test": "^1.45.0",