Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit e626f13

Browse files
authored
Add WinAppDriver installation
1 parent 8bef980 commit e626f13

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

example/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
## Example to do Calulator automation on Windows
2-
1. cd to example directory and install packages.
2+
1. Download and install WinAppDriver: https://github.com/microsoft/WinAppDriver/releases/download/v1.1/WindowsApplicationDriver.msi
3+
2. cd to example directory and install packages.
34

45
`yarn install` or `npm install`
56

6-
2. start appium
7+
3. start appium
78

89
`yarn run appium` or `npm run appium`
910

@@ -13,6 +14,6 @@ expect output
1314
[Appium] Appium REST http interface listener started on 0.0.0.0:4723
1415
```
1516

16-
3. run jest test
17+
4. run jest test
1718

18-
`yarn run jest` or `npm run jest`
19+
`yarn run jest` or `npm run jest`

0 commit comments

Comments
 (0)