Skip to content

Commit 2833db1

Browse files
authored
Update README.txt
1 parent 8d7e97f commit 2833db1

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

src/README.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,16 @@ Prerequisites
6868
- Visual Studio 2022 or later
6969
- Playwright (Installed and configured for your O.S)
7070

71+
Installation Steps for Playwright (Windows)
72+
===========================================
73+
74+
dotnet tool update --global PowerShell
75+
dotnet tool install --global Microsoft.Playwright.CLI
76+
playwright.exe install --with-deps
77+
78+
Note: Make sure that the path to the executable is mapped to: C:\Users\[YourU)ser]\.dotnet\tools.
79+
If it is not, run it directly via the path C:\Users\[YourUser]\.dotnet\tools\playwright.exe install --with-deps
80+
7181
Usage
7282
=====
7383

0 commit comments

Comments
 (0)