We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d7e97f commit 2833db1Copy full SHA for 2833db1
1 file changed
src/README.txt
@@ -68,6 +68,16 @@ Prerequisites
68
- Visual Studio 2022 or later
69
- Playwright (Installed and configured for your O.S)
70
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
81
Usage
82
=====
83
0 commit comments