Skip to content

Commit

Permalink
chore: update readme for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyutaotao committed Jan 7, 2025
1 parent 2906d3b commit 7618743
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion yaml-scripts-demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
```
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7618743

Please sign in to comment.