????
Current Path : C:/inetpub/vhost/hotrochinhsach.nextform.vn/api/ |
Current File : C:/inetpub/vhost/hotrochinhsach.nextform.vn/api/playwright.ps1 |
#!/usr/bin/env pwsh $PlaywrightFileName = Join-Path $PSScriptRoot "Microsoft.Playwright.dll" [Reflection.Assembly]::LoadFile($PlaywrightFileName) | Out-Null exit [Microsoft.Playwright.Program]::Main($args)