@midscene/mcp 1.0.1-beta-20251103074550.0 → 1.0.1-beta-20251104075048.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.
package/dist/api.mdx CHANGED
@@ -689,7 +689,7 @@ function aiWaitFor(
689
689
 
690
690
  - `assertion: string` - The condition described in natural language.
691
691
  - `options?: object` - An optional configuration object containing:
692
- - `timeoutMs?: number` - Timeout in milliseconds (default: 15000).
692
+ - `timeoutMs?: number` - Maximum window in milliseconds for starting a new check (default: 15000). If the previous evaluation began before this window closes, Midscene keeps checking; otherwise it stops with a timeout.
693
693
  - `checkIntervalMs?: number` - Interval for checking in milliseconds (default: 3000).
694
694
 
695
695
  - Return Value: