Playwright Diagnostics

Playwright Diagnostics

Use this page to troubleshoot Playwright browser installation issues.

Browser Installation Status
Not Verified
Playwright Browser Installation Status:
✗ Path not found: C:\Windows\system32\config\systemprofile\AppData\Local\ms-playwright
✗ Path not found: C:\Windows\system32\config\systemprofile\AppData\Local\ms-playwright
✗ Path not found: C:\Windows\system32\config\systemprofile\AppData\Local\ms-playwright
✗ Path not found: C:\Users\Default\AppData\Local\ms-playwright
Refresh
Server Information
Server Information:
OS: Microsoft Windows NT 10.0.17763.0
User: webappuat.grandmstg.com
Machine: GRANDCARESERVER
Working Directory: C:\inetpub\wwwroot\buy2Automate
Process ID: 12556
User Domain: IIS APPPOOL
User Profile: 
Local App Data: 
Manual Installation Instructions

Run these commands in PowerShell as Administrator:

cd "C:\path\to\your\deployed\app"
dotnet tool install --global Microsoft.Playwright.CLI
playwright install chromium

If playwright.ps1 exists in your bin folder:

cd "C:\path\to\your\deployed\app"
.\bin\Release\net8.0\playwright.ps1 install

Add this environment variable to your web.config or system:

PLAYWRIGHT_BROWSERS_PATH=C:\Windows\system32\config\systemprofile\AppData\Local\ms-playwright