From 7618743601ee70fb3fcc814b0ba5496b1badad65 Mon Sep 17 00:00:00 2001 From: yutao Date: Tue, 7 Jan 2025 16:56:27 +0800 Subject: [PATCH] chore: update readme for windows --- yaml-scripts-demo/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/yaml-scripts-demo/README.md b/yaml-scripts-demo/README.md index 555ef92..e44a042 100644 --- a/yaml-scripts-demo/README.md +++ b/yaml-scripts-demo/README.md @@ -19,6 +19,8 @@ export OPENAI_API_KEY="sk-abcdefghijklmnopqrstuvwxyz" Run all scripts +> For windows, you need to replace `./` with `.\`, like `midscene .\midscene-scripts\`. + ```shell midscene ./midscene-scripts/ ``` @@ -58,7 +60,7 @@ midscene --headed ./midscene-scripts/sauce-demo.yaml Keep the browser window open after the script finishes ```shell -midscene --keep-open ./midscene-scripts/sauce-demo.yaml +midscene --keep-window ./midscene-scripts/sauce-demo.yaml ``` # Reference